I can\'t understand why an embedded OpenEJB container fails at the beginning with very un-informative message (sorry for a long log):
This is my SLSB: @Stateless public class MyService { PersistenceContext(unitName = \"abc\") EntityManager em;
As described in OpenEJB docs, we can configure JMS connection factory and queues, and they will appear in JNDI as:
We are in the process of testing OpenEJB solution that embeds ActiveMQ 4.1.1. We observe various problems with messaging (bugs, performance, stability). One option is to upgrade to just released OpenE
I\'m using hibernate as my jpa provider and want it to create a in-memory hsqldb on startup using: hibernate.hbm2ddl.auto=create
how ca开发者_开发问答n I configure OpenEJB to work with an external instance of ActiveMQ? We already tried the configuration on this link http://openejb.apache.org/3.0/jms-resources-and-mdb-container
I have two persistence.xml files, for the sake of testing: src/main/resources/META-INF/persistence.xml
We want to evaluate OpenEJB for our application. We have already performed some tests and now we need to start a pilot project.
can we repla开发者_如何学JAVAce Glassfish with Tomcat/OpenEJB for lighter applications? What is the performance of OpenEJB comparing to glassfish as EJB container.
I need to deploy web service on Tomcat with installed OpenEJB. I compiled simple Hello service that just prints \"Hello\" with JAX-WS and tried to deploy on tomcat, but got errors while deployment :