Ales Justin [http://community.jboss.org/people/alesj] created the discussion
"Re: How to isolate ClassLoader in JBoss 6" To view the discussion, visit: http://community.jboss.org/message/640289#640289 -------------------------------------------------------------- > > > > +<?xml version="1.0" encoding="UTF-8"?>+ > + <!--See > http://phytodata.wordpress.com/2010/10/21/demystifying-the-jboss5-jboss-classloading-xml-file-- > > 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 [http://community.jboss.org/message/640289#640289] Start a new discussion in JBoss Microcontainer at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
