Hi, maybe it is a foolish question but I am newbie.
I have my own library JAR (Core.jar) that is used by a Session Bean
(EJB1.jar), I ptu both on a EAR file and try to deploy (Web Logic 6.1).
I wonder how I can tell that : EJB reference the Core.jar. I asume this is
done because both are in the saem EAR.
Any ideas?. Thanks in advance
//Julio
The error on deploy is:
java.lang.NoClassDefFoundError:
com/transi/valuelisthandler/ValueListHandlerImpl
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
at
weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLo
ader.java:338)
at
weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.
java:155)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at
weblogic.ejb20.deployer.BeanInfoImpl.loadClass(BeanInfoImpl.java:297)
at
weblogic.ejb20.deployer.BeanInfoImpl.<init>(BeanInfoImpl.java:155)
at
weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.<init>(ClientDrivenBeanInfo
Impl.java:157)
at
weblogic.ejb20.deployer.SessionBeanInfoImpl.<init>(SessionBeanInfoImpl.java:
103)
at
weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.java:32
7)
at
weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDep
loymentInfoImpl.java:395)
at
weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymentInfoIm
pl.java:126)
at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:858)
at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
:
===========================================================================
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".