hello, the source for the iChilli Phoenic block for OpenEJB is available at the sourceforge iChilli project web site.
-> http://sourceforge.net/projects/ichilli/ the block resides in the CVS module called 'ichilli-modules'. the source for the 'SafeToolkit.java' class is available at the sourceforge OpenEJB project web site. -> http://sourceforge.net/projects/openejb/ the java class resides inside the package ... -> openejb/src/main -> org.openejb.util the enterprise java bean, i was talking about, that implements javax.ejb.EntityBeans resides in the package ... -> openejb/src/tests-ejb -> org.openejb.test.entity.cmp regards daniel s. haischt -- > -----Ursprüngliche Nachricht----- > Von: Peter Donald [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 15. Oktober 2002 13:03 > An: Avalon-Phoenix Developers List > Betreff: Re: [QUESTION] having classloader problems with OpenEJB > > > Hmm. Very wierd. Is the source to this jar available? If so point > me at it and > I will see if I can figure out what the problem is. > > On Tue, 15 Oct 2002 06:51, Daniel S. Haischt wrote: > > hello, > > > > i just debugged the OpenEJB block in intellij idea, > > below is the classloader hirarchy i got from intellij. > > > > + java.net.URLClassLoader (1) > > > > `-+ > org.apache.avalon.phoenix.components.classloader.PolicyClassLoader (2) > > > > `-+ sun.misc.Launcher$AppClassLoader (3) > > > > `-+ sun.misc.Launcher$ExtClassLoader (4) > > > > 1) contains the Java Enterprise Beans > > 2) contains all the jars located in SAR-INF/lib > > and needed by OpenEJB > > 3) contains the phoenix-loader jar > > 4) contains all jars from $PHOENIX_HOME/lib > > needed by phoenix > > > > while loading an enterprise bean, the bean itself gets > > loaded but not the interface that is implemented by > > the bean. allthough the ejb-1.0.jar is definitly in CL #2. > > > > this seems totally weird to me and i am not making > > any progress with this issue. > > > > regards > > > > daniel s. haischt > > -- > Cheers, > > Peter Donald > Einstein argued that there must be simplified explanations of > nature, because > God is not capricious or arbitrary. No such faith comforts the software > engineer. > - Fred Brooks, Jr. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>