Add weblogicaux.jar to your classpath. It can be found at WL_HOME\lib
directory.
ravi kakani <[EMAIL PROTECTED]> on 06/26/2000 02:41:04 AM
Please respond to A mailing list for Enterprise JavaBeans development
<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (bcc: Ramanand Komarraju/NYDEV/NYC/INSTINET)
Fax to:
Subject: weblogic problem
Hi,
I wrote a simple statefulsession bean which just
prints message.I compiled and deployed the ejb.but
when i run the client it give me the following error:
java.lang.NoClassDefFoundError:
com/sun/java/util/collections/Map
at
weblogic.common.internal.ThreadStorage.<clinit>(ThreadStorage.java:19)
at
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java,
Compiled Code)
at
weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:148)
at
weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:123)
at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)
at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:242)
at
javax.naming.InitialContext.init(InitialContext.java:218)
at
javax.naming.InitialContext.<init>(InitialContext.java:194)
at client_1.getInitialContext(client_1.java:38)
at client_1.main(client_1.java:19)
Exception in thread "main"
__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
===========================================================================
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".
===========================================================================
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".