Make sure the class (or the jar or zip file containing the class) is in the classpath.
--- "Laad, Divakar (Cognizant)" <[EMAIL PROTECTED]> wrote: > > Hi Group, > Trying to deploy an entity bean, following exception is > thrown... > The jar (weblogic.jar) is already in classpath. > > java.lang.NoClassDefFoundError: weblogic/jdbc/wrapper/JTSConnection > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:502) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) > at > weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericCla > ssLoader.java:476) > at > weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoa > der.java:181) > at java.lang.ClassLoader.loadClass(ClassLoader.java:299) > at java.lang.ClassLoader.loadClass(ClassLoader.java:255) > at > weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoa > der.java:223) > at > java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315) > ... > Can anybody help me out? > > Thanx in advance.... > Divakar. > > _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.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".
