Thanks for the hint, but I've already gone through the stuff on the wiki, and it doesn't seem to apply. org.w3c.dom.Node is not part of the application, after all -- it's a system class that is normally loaded from rt.jar. In the case of JBoss 4.0.3SP1 (and probably 4.0.4 as well), it looks to me like it should be loaded from the endorsed directory, xml-apis.jar. However, I'd also think that anything in the endorsed directory would not be subject to these class-loader issues.
This particular set of beans gets loaded by a single loader bean that is the only bean that gets mentioned in the jboss-service.xml file. There's only a single deployment here, but maybe the class loader that an executing bean uses is different than the class loader that the SAR loader uses? Any other suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927894#3927894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927894 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
