javax.naming.NamingException: Error resolving reference <Reference Class Name: javax.ejb.EJBObjec [message #272324] |
Thu, 04 October 2007 10:09 |
dshl
Messages: 1 Registered: October 2007
|
Junior Member |
|
|
Hi everybody,
I have had the following exception for somtimes now. and I do not find it's source.
javax.naming.NamingException: Error resolving reference <Reference Class Name: javax.ejb.EJBObject
Type: location
Content:app-communication_testAppActivatorImplLocal
Type: CachePolicy
Content: NEVER
> : javax.naming.NameNotFoundException: app-communicationtestAppActivatorImplLocal not found
at oracle.oc4j.naming.ContextBinding.resolve(ContextBinding.java:126)
at oracle.oc4j.naming.ContextBinding.getValue(ContextBinding.java:100)
at com.evermind.server.rmi.RMIBinding.getValue(RMIBinding.java:53)
at oracle.oc4j.naming.ContextBinding.getValue(ContextBinding.java:75)
at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:58)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at com.proj.toto.app.communication.appTest.main(appTest.java:20)
Process exited with exit code 0.
deployment works fine, and everything seems ok for me. until i lauch my test class.
I'm using oc4j 10.1.3.3
Thanks,
dsh
|
|
|