I am trying to test an EJB that have another one injected in it. For the tests purpose I want to use a stub for the injected EJB. I had use openEJB as framework for the EJB for the testing.
I\'m trying to deploy an application in OpenEJB 3.1.4 + Tomcat 6. This application deploys OK within JBoss, but I want to get it working in OpenEJB.
I need to configure my Tomcat ( 5.5 ) with OpenEJB container and I want to have it all in Eclipse. Could anybody explain me how it works, since when I have installed Tomcat in a directory ( i.e C:/Tom
I have my business classes protected by EJB3 security annotations, now I would like to call these methods from a Spring controller, how do I do it?
So I\'m using container managed transactions in OpenEJB and Hibernate and I have a fairly simple transaction rollback scenario I\'m trying to get to work. My DBMS is MySQL.
Folks I\'ve setup OpenEJB in Netbeans so that we can run it and debug it using the Embedded configuration. It worked fine until we tried to add authentication.
We use OpenEJB on Tomcat (used to run on JBoss, Weblogic, etc.). While running load tests we experience significant performance problems with handling JMS messages (queues). Problem was localized to b
I am facing a strange issue and am not able to find out the root cause. Here is the problem statement.
I am facing a problem connected with deploying two application on Tomcat 5 server. When deploying and running the server I receive an error message, which also prevents the second application to be pr
This is my persistence.xml: <persistence> <persistence-unit name=\"MyUnit\"> <provider>org.hibernate.ejb.HibernatePersistence</provider>