openejb
Why embedded OpenEJB fails to deploy my application?
I can\'t understand why an embedded OpenEJB container fails at the beginning with very un-informative message (sorry for a long log):[详细]
2023-01-22 15:42 分类:问答How to configure embedded OpenEJB container for tests properly?
This is my SLSB: @Stateless public class MyService { PersistenceContext(unitName = \"abc\") EntityManager em;[详细]
2023-01-22 04:18 分类:问答OpenEJB : Configuring MDBs with custom ConnectionFactory
As described in OpenEJB docs, we can configure JMS connection factory and queues, and they will appear in JNDI as:[详细]
2023-01-21 17:04 分类:问答Other than ActiveMQ JMS providers with OpenEJB - possibly external
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[详细]
2023-01-21 14:59 分类:问答hibernate auto create in-memory hsqldb causes Sequence not found
I\'m using hibernate as my jpa provider and want it to create a in-memory hsqldb on startup using: hibernate.hbm2ddl.auto=create[详细]
2023-01-19 12:37 分类:问答How to use an external instance of ActiveMQ with OpenEJB?
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[详细]
2023-01-18 23:51 分类:问答How to instruct Maven to ignore my main/resources/persistence.xml in favor of test/...?
I have two persistence.xml files, for the sake of testing: src/main/resources/META-INF/persistence.xml[详细]
2023-01-18 15:26 分类:问答How to setup a project in Netbeans for EJB development using OpenEJB?
We want to evaluate OpenEJB for our application. We have already performed some tests and now we need to start a pilot project.[详细]
2023-01-13 17:44 分类:问答Comparing OpenEjb and Glassfish
can we repla开发者_如何学JAVAce Glassfish with Tomcat/OpenEJB for lighter applications? What is the performance of OpenEJB comparing to glassfish as EJB container.[详细]
2023-01-09 07:55 分类:问答Deploy web service on Tomcat with OpenEJB
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 :[详细]
2023-01-02 05:53 分类:问答