[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Isolation with shared libraries instances?

2009-01-15 Thread jguyard
Thanks for your quick reply Peter. I thought I was a bug in JBoss, but I guess I have no other choice but embedding all the shared libraries in my different ears if I deploy them in the same jboss instance. J. Guyard View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Isolation with shared libraries instances?

2009-01-14 Thread PeterJ
By placing mySingleton.jar into the lib directory, you have essentially stated that you want it to be shared about all of your applications. Thus isolation pertains only to JARs local to the EAR. By default, classes are shared among apps (except classes in WARs). Thus if you did not set