JBoss Community

Re: How to isolate ClassLoader in JBoss 6

created by Ales Justin in JBoss Microcontainer - View the full discussion



    <?xml version="1.0" encoding="UTF-8"?>

    <!--See http://phytodata.wordpress.com/2010/10/21/demystifying-the-jboss5-jboss-classloading-xml-file-->

    <classloading xmlns="urn:jboss:classloading:1.0"

              name="test.war"   

              domain="test.war"

              parent-domain="test.war"

              parent-first="false"

              export-all="NON_EMPTY"

              import-all="true">

    </classloading>

 

    i kept domain and parent-domain as same because I wanted to read jars from test.war only.and not from other .war files.

This is like you being you're own parent. ;-)

Of course it doesn't exist, it's just being created. :-)

Reply to this message by going to Community

Start a new discussion in JBoss Microcontainer at Community