Stubs are getting deleted when we restart the weblogic server

Hi All,

We have a EJB jar file Before deploying changed EJB jar, we delete the existing jar from server and consol when we upload the jar using the upload option from admin console of weblogic 8.1 server, then EJBs deploys properly and works fine.

When we print the remote object class name will get System.out.println("Object "+obj.getClass().getName());

output -> CnClaimsFacade_wayy6d_HomeImpl_814_WLStub

However, if i stop the server and start again, the EJB stubs are not created this time and the application does not work.

When we print the remote object class name will get System.out.println("Object "+obj.getClass().getName());

the object class name prints as output -> "CnClaimsFacade_wayy6d_HomeImpl"

Has anyone faced this before? Pls let me know the reason...

Thanks in Advance!

Chandra

[866 byte] By [chandra.sekhar@patni.coma] at [2007-10-2 22:02:14]
# 1
I guess the right place would to be consult Weblogic docs/forums: http://www.weblogic.com/docs/techoverview/rmi.html http://forums.bea.com/bea/forum.jspa?forumID=2030
genadya at 2007-7-14 1:18:42 > top of Java-index,Core,Core APIs...