Title: Re: Scoped classloading - .sar
This is interesting...
 
Are the libraries of your .sar scoped too?
Our application should be able to run in different versions
at the same time?
 
thanks
Wonne
 
 
-----Original Message-----
From: Eric Jain [mailto:[EMAIL PROTECTED]
Sent: Tue 3/11/2003 7:18
To: [EMAIL PROTECTED]
Cc: Keysers, Wonne
Subject: Re: Scoped classloading - .sar

> Our webapp.war, ejbs.jar and services.sar are all in a
> application.ear, with scoped classloading enabled.
>
> What's the best way to make one or more libraries available for all
> these packages?

I'm using the following strategy (JBoss 3.2):

.sar
 - lib/*.jar
 - .ear
   - .war
   - .jar (ejb)
 - (sar classes)


--
Eric Jain

Reply via email to