I try to run an old EJB2 system on OpenEJB and it uses Entity Bean to access database. Current status is I can run it and can send SQL to Oracle DB (I can see the session and SQL in Oracle), but the t
In the project I\'m working on, we are using OpenEJB as a framework to test our EJB. We construct an InitialContext programatically, and use it to get the transaction manager and the various EJB.
The following configuration is ok for WebLogic, but in OpenEJB it raises a error \"javax.naming.NameNotFoundException: Name \"AppDB\" not found.\"
I have managed to get alternate descriptors to work with my unit-tests running on OpenEJB using stubs for dependant EJB components, when each test is executed on their own. But once I introduce a test
I want to write an application which has 2 EJBs. This application can run in both OpenEJB and WebLogic 10.3. Both of the EJB are EJB 3.0.
I started exploring the possibilities of using OpenEJB in embedded mode for unit-testing my EJB3 components. At first I got errors like the below output
I just spent a half hour debugging some new code that\'s not broken because I forgot to check (again!) my logs for this dreaded message:
We are using OpenEJB clients that connect to one OpenEJB server container. The OpenEJB servers are managed by Corosync and Pacemaker for fail-over operation. Whenever an OpenEJB instance fails (caused
Is there any way to de开发者_JAVA技巧ploy EJBs,JARs or EARs in Tomcat-OpenEJB ? If I donot want to use collapsed EAR concept or JEE6 .
I have install OpenEJB eclipse plugin, but it seems openEJB server does not recognize project\'s class path. It works fine only if i copy all dependencies(third party jars) into OpenEJB/lib directory.