Please Help me...............very urgent....very frusturated
843829Jun 30 2003 — edited Jul 1 2003hi
i have developed a simple session bean called demo
and the ejb is deployed on the weblogic server.
when i run the client which is a command line app. it throws the following error:
D:\demo>java demo.DemoClient
Begin statelessSession DemoClient...
Reach Here
:::::::::::::: Error :::::::::::::::::
javax.naming.NameNotFoundException: Unable to resolve 'demo.DemoHome' Resolved: '' Unresolved:'demo' ; remaining name 'd
emo.DemoHome'
at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:109)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
at weblogic.jndi.internal.ServerNamingNode_WLStub.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:337)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:332)
at javax.naming.InitialContext.lookup(InitialContext.java:345)
at demo.DemoClient.main(DemoClient.java:37)
i have added the deployed folder in the weblogic classpath.
isthere a jndi error??
kindly tell me
buy