T's already in the class path Has it got any thing do with the Database to which we are connecting?
-----Original Message----- From: Panos Konstantinidis [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 12:28 PM To: Laad, Divakar (Cognizant); [EMAIL PROTECTED] Subject: Re: Class not found exception 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 This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. =========================================================================== 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".
