[JBoss-user] [Javassist user questions] - Re: problem with xml parser

2004-10-21 Thread chiba
And you do not have to modify Loader class. Please call Loader#delegateLoadingOf() instead of using the patch code above. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852228#3852228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Javassist user questions] - Re: problem with xml parser

2004-10-21 Thread chiba
Due to some dark side of Java class loaders, several classes must be loaded by the same class loader as other jre classes. If you're interesting, please read Section 3.2 in the Javassist tutorial. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852225#3852225

[JBoss-user] [Javassist user questions] - Re: problem with xml parser

2004-10-16 Thread ksclarke
I had this same problem and came to the same conclusion. Is there a reason why org.xml. is not passed to the parent classloader like the rest of the jre classes? "dex" wrote : "dex" wrote : "dex" wrote : i fix problem with patch in Loader | | | patch | | ||| nam