ejb-2.x
EJB CMT and transaction timeout
In a Websphere7 environment, the container is set to timeout any transaction that last longer than 120 seconds for all of our CMT Session Beans.[详细]
2023-04-04 10:06 分类:问答What tool may i to spawn multiple threads to EJB 2.1 codes to simulate connection pool load?
i am trying to spawn multiple threads on an EJB 2.1 bean to test the load on the connection pool. Is there any way of doing so or open source tool i may look into?[详细]
2023-03-21 10:04 分类:问答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 分类:问答Parent and child classes implementing a common interface, repeatedly
Today i found in my codes what appears to be a child class implementing an interface that the parent class is already inheriting.[详细]
2023-03-18 01:40 分类:问答Websphere 7 - BMP Entity Bean - ejbStore called at end of transaction and not after setter method
We are migrating from Weblogic to Websphere 7. It is a legacy application and contains EJB 2.0 beans. The Entity beans have BMP. The session facade beans make updates to the entity beans but the updat[详细]
2023-03-14 00:19 分类:问答What does "Lock released while waiting:" mean in a Java thread dump?
In this thread dump: INFO| jvm 3| 2011/06/08 13:36:12 | \"ExecuteThread: \'38\' for queue: \'default\'\" id=55 idx=0x78 tid=5316 prio=5 alive, in native, waiting, daemon[详细]
2023-03-13 08:37 分类:问答Adding sun-cmp-mappings.xml file
I am creating CMP beans using Netbeans 6.9.1. Everything worked fine until I added the sun-cmp-mappings.xml file to the conf folder and comment out line 59 in project.properties. I got this error Cann[详细]
2023-02-21 19:23 分类:问答unit testing ejb 2.x
I was asked to work on a product which is developed in ejb2.x. The code base is very larger and the code is more generic (same interface for more than 5 implementations). To understand the flow and wh[详细]
2023-02-17 04:48 分类:问答EJB 2 home interface
EJB5111 Bean class for ejb [{0}] does not define a method corresponding to [{1}] interface method [{2}][详细]
2023-02-16 05:18 分类:问答J2EE EJB Module - Can I run under Weblogic 9 and or 10
I have some legacy J2EE EJB Modules (some are EJB 1.1 and Some 2.0) Can I deploy and run these o开发者_StackOverflow中文版n weblogic 9 and 10?Yes, Weblogic 9 is EJB 2.1 compatible. Same goes for WLS[详细]
2023-02-10 09:56 分类:问答