Apache OpenEJB is an embeddable and lightweight EJB 3.0 implementation that can be used as a standalone server or embedded into Tomcat, JUnit, TestNG, Eclipse, IntelliJ, Maven, Ant, and any IDE or application.
I have created very simple app with persistence context (hibernate as provider) to read some value from database. I use …
java hibernate jpa openejb apache-tomeeI am upgrading a code that uses Jersey JAX-RS to run on an Apache TomEE server. Unfortunately it throws errors …
java jakarta-ee jersey openejb apache-tomeeI am using openEjb in embedded mode to test a stateless session bean, which has an injected EntityManager. However, when …
java unit-testing jakarta-ee ejb openejbI am doing a small research on Unit Testing of EJB 3.1. At the end my goal is to produce a …
unit-testing ejb-3.0 mockito ejb-3.1 openejbI have two persistence.xml files, for the sake of testing: src/main/resources/META-INF/persistence.xml src/test/resources/…
java maven-2 openejbSummary I'm trying to run a Java web application JPA 2.0 example. The example application was written to run in Glassfish, …
java jpa openjpa openejb apache-tomeeFollowing on from this question TomEE on eclipse, How to call a remote EJB from a JSF Managed bean? I …
ejb cdi openejb apache-tomee