Re: Error looking up EJB reference

2007-06-08 Thread Aman Nanner/MxI Technologies
I tried deploying a small test.ear application, but I did not experience this problem with it. It seems my main EAR application and this test EAR application use different instances of the SystemInstance singleton (e.g. there are two singletons). Presumably this is because each application's

Re: Error looking up EJB reference

2007-06-08 Thread Aman Nanner/MxI Technologies
This problem occurs when inverse-classloading is set in a web application. I've raised a JIRA here: https://issues.apache.org/jira/browse/GERONIMO-3233 Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 06-08-2007 02:10:17 PM: I tried deploying a small test.ear application, but I did

Error looking up EJB reference

2007-06-07 Thread Aman Nanner/MxI Technologies
I'm deploying a J2EE 1.4 application on Apache Geronimo 2.0-SNAPSHOT. This application is not up to JEE 5 standards yet (i.e. it uses deployment descriptors instead of annotations). I am getting some errors during the resolution of EJB references. I have my EJB references defined in the