HI:
I installed weblogic6.1 on winNT. I wrote all the
EJB code - Hello, I defined the JNDI name Which is 'HelloHome'
in weblogic-ejb-jar.xml.
but when I run the EJB Client, I got the following error:
javax.naming.NameNotFoundException: Unable to resolve HelloHome. Resolved: '' Un
resolved:'HelloHome' ; remaining name ''
at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundR
equest.java:85)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
ef.java:253)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
ef.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(Unknown Source)
at com.etco.af.tests.hello.HelloTest.main(Unknown Source)
I really don't know what happen. Any difference of directories
between weblogic6.1 and weblogic6.0?
Please help!!!
Sarah