openejb
CMP entity bean in OpenEJB (OpenJPA?)
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[详细]
2023-04-12 23:44 分类:问答How to programatically specify my user/role in OpenEJB?
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.[详细]
2023-04-11 02:25 分类:问答OpenEJB cannot use javax.persistence.jtaDataSource
The following configuration is ok for WebLogic, but in OpenEJB it raises a error \"javax.naming.NameNotFoundException: Name \"AppDB\" not found.\"[详细]
2023-04-08 18:10 分类:问答OpenEJB alternate descriptors fail to work when using a jUnit test suite
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[详细]
2023-04-08 16:17 分类:问答EJB calls EJB in WebLogic and OpenEJB
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.[详细]
2023-04-06 17:46 分类:问答Confusion about using OpenEJB in embedded mode for unit-testing
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[详细]
2023-04-04 13:02 分类:问答Is there Any Way to Enforce RuntimeUnenhancedClasses in EE Configuration
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:[详细]
2023-03-30 10:28 分类:问答How to configure OpenEJB client logging?
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[详细]
2023-03-29 17:12 分类:问答How to deploy EJB 2.0,JARs and EARs in Tomcat-OpenEJB?
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 .[详细]
2023-03-21 07:32 分类:问答OpenEJB does not recognize eclipse classpath
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.[详细]
2023-03-13 10:01 分类:问答