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

2007-05-16 Thread Jochen Zink
Sorry for the missing informations. I'm working with geronimo 1.1.1 My problem is solved ... ... the ejb classloaded is a parent of the war-classloaded... this was the important information :) Thanks al lot! -Ursprüngliche Nachricht- Von: user@geronimo.apache.org Gesendet:

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

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