python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache OpenWebBeans SEContainer throws UnsatisfiedResolutionException
I want to test my classes in an embedded CDI container. For this reason i'm using OpenWebBeans' integration for Junit 5. This is a sample test class:
@Cdi(disableDiscovery = true, classes = {Pbkdf2Pas...

cidra
Votes: 0
Answers: 0
Spring Boot application not running on TomEE Plus
I have a spring boot application that I am trying to deploy onto a TomEE Plus server. The application works perfectly fine with the embedded Tomcat server and on a Tomcat 9.0.43 setup.
I copy the depl...

Karthik Sankaran
Votes: 0
Answers: 1