hello... I am using weblogic 5.1.0 I can compile my ejb successfully (home, remote and bean). I can deploy it correctly using weblogic 5.1.0 ejb deployment wizard. when I start weblogic server (myserver), I could see that "1 EJB" can be deployed (that is : my bean). But when I executed the client program, java return : javax.naming.ConfigurationException. Root exception is weblogic.rmi.server.Expo rtException: A description for ejb.demo.demobeanHomeImpl was found but it could not be read due to: [Failed to find a stub for [class ejb.demo.demobeanHomeImpl] implements at least one interface [interface ejb.demo.demohome] which extends R emote.] weblogic.rmi.StubNotFoundException: Failed to find a stub for [class ejb.demo.de mobeanHomeImpl] implements at least one interface [interface ejb.demo.demohome] which extends Remote. anyone can help ? =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
