Re: [v1.1.1] Classloader problem

2007-08-31 Thread Kevan Miller
On Aug 24, 2007, at 3:56 AM, Damien Barthe wrote: Yeah, it works! many thanks mr jencks :-) For the problem with the v2 of Geronimo, Kevan Miller said what it happens. We will try here further test to deploy the app on it. Hi Damien, FYI. I have your scenario working with Geronimo

Re: [v1.1.1] Classloader problem

2007-08-24 Thread Kevan Miller
On Aug 24, 2007, at 3:56 AM, Damien Barthe wrote: Yeah, it works! many thanks mr jencks :-) For the problem with the v2 of Geronimo, Kevan Miller said what it happens. We will try here further test to deploy the app on it. Glad to hear you got 1.1.1 working, Damien. There are a several

Re: [v1.1.1] Classloader problem

2007-08-22 Thread Damien Barthe
Hello, thanks for the tip. I try to put the spring lib and the spring app into the /lib directory of the EAR. I also try to install these JAR in Geronimo (it put the lib in the repository)...and unfortunately the 2 webapps continue to have a different instance of the Service... (NB : I use

Re: [v1.1.1] Classloader problem

2007-08-22 Thread David Jencks
On Aug 22, 2007, at 1:59 AM, Damien Barthe wrote: Hello, thanks for the tip. I try to put the spring lib and the spring app into the /lib directory of the EAR. I also try to install these JAR in Geronimo (it put the lib in the repository)...and unfortunately the 2 webapps continue to

Re: [v1.1.1] Classloader problem

2007-08-22 Thread Kevan Miller
On Aug 22, 2007, at 11:50 AM, David Jencks wrote: On Aug 22, 2007, at 1:59 AM, Damien Barthe wrote: Hello, thanks for the tip. I try to put the spring lib and the spring app into the /lib directory of the EAR. I also try to install these JAR in Geronimo (it put the lib in the

Re: [v1.1.1. Classloader problem]

2007-08-17 Thread David Jencks
The blog author assumes that all web apps in an ear share the same classloader, which is not true in geronimo. I think if you put your spring app in the ear at lib/spring-app.jar then you will only get one copy. If you are including spring in your ear it should go there also, although you