[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&mode=reply&p=3852228


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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
  |   |   ||| name.startsWith("com.altova.")|| 
name.startsWith("org.apache.")
  |   |   | || name.startsWith("org.w3c.")|| 
name.startsWith("org.xml.")
  |   |   |  patch

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user