Hi all
I have developed the sample
ejb application and it deployed in weblogic 8.1 with jdk 1.4.02 successfully, while I am trying to deploy the ejb application in weblogic 9.1 with jdk 1.5.04 , It throwed the Exception
Find the Exception detail
javax.naming.LinkException: [Root exception is javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: remaining name: /app/ejb/testejb.jar#hrmsproduct/local-home]; Link Remaining Name: 'null']; Link Remaining Name: '
java:app/ejb/testejb.jar#hrmsproduct/local-home'
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:191)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:315)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:250)
at weblogic.jndi.internal.ServerNamingNode_910_WLStub.lookup(Ljava.lang.String;Ljava.util.Hashtable

Ljava.lang.Object;(Unknown Source)
Please advise me , I need your valuable help.
Thanks in advance.