Re: Classloader/Classpath Problems with Webapp and EJB -jar in same EAR.

2007-05-15 Thread Jochen Zink
apache.org > Gesendet: 15.05.07 20:12:19 > An: user@geronimo.apache.org > Betreff: Re: Classloader/Classpath Problems with Webapp and EJB-jar in same > EAR. > > > On May 15, 2007, at 7:55 AM, Jochen Zink wrote: > > > Hello all, > > > > I have an EAR Ar

Re: Classloader/Classpath Problems with Webapp and EJB-jar in same EAR.

2007-05-15 Thread David Jencks
On May 15, 2007, at 7:55 AM, Jochen Zink wrote: Hello all, I have an EAR Archive. The archive contains a WAR-File (WebApp.war) and a JAR File (ejb.jar). The JAR contains a MessageDrivenBean. In a lib folder inside the ear are some JAR-Libs. Some of these libs are used from the webapp and

Classloader/Classpath Problems with Webapp and EJB-jar in same EAR.

2007-05-15 Thread Jochen Zink
Hello all, I have an EAR Archive. The archive contains a WAR-File (WebApp.war) and a JAR File (ejb.jar). The JAR contains a MessageDrivenBean. In a lib folder inside the ear are some JAR-Libs. Some of these libs are used from the webapp and some from the MDB. My Problem is: Both, the war and t