I found some information that seems to answer the question on the class loading from a 
link in another post:
http://prdownloads.sourceforge.net/jboss/ClassLoading.pdf?download 

Seems the default unified class loading architecture can be overriden by scoping the 
classes within an ear file.  This is done by adding a descriptor to the jboss-app.xml 
file:

<jboss-app>
     <loader-repository>some.dot.com:loader=webtest.ear</loader-repository>
</jboss-app>

where the loader-repository element is the JMX Object name for the ear.

Still hoping to get some input from users or the JBoss team on isolating applications. 
 Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823177#3823177

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823177


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to