posted 22 years ago
Hi folks ...
I am trying to deploy the Classic 'CabinBean'on
WLS 6.1. On running the client , I am getting the following Exception Stack Trace . Clearly my Remote Object is not getting bounnd to the JNDI tree , which I have confirmed by checking the JNDI tree in Weblogic Console . I can see my other Session Beans Bound there but not my Cabin Entity Bean & also DataSource (for The connection pool required for Entity Beans).
Any Suggestions of how to deploy the Entity Bean,
Any typical problems in the ejb-jar.xml or weblogic-ejb-jar.xml files that I could have done
*************************************************
javax.naming.NameNotFoundException: Unable to resolve CabinJNDI. Resolved: '' Unresolved:'CabinJNDI' ; remaining name ''
at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:85)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:253)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:220)
at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
at $Proxy0.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at Client_1.main(Client_1.java:22)
*************************************************