I have a set of XML-processing MBeans. The beans work properly under JBoss 4.0.2. Under 4.0.3 I get the following:
2006-03-03 11:19:38,125 INFO [STDOUT] java.lang.LinkageError: loader constraints violated when linking org/w3c/dom/Node class 2006-03-03 11:19:38,125 INFO [STDOUT] at com.cst.chetx.core.bean.parser.Parser.receiveData(Parser.java:185) Environment is WinXP (current patches), Sun Java 1.5.0_06-b05. The deployment file containing the beans is _identical_ for 4.0.2 and 4.0.3 and contains none of the org.w3c classes. I would have thought that the same classloader would be used for all of the XML/DOM classes, but (given this error) this appears to not be the case. Anybody have any suggestions? I will check the 4.0.4RC as well and post the results View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927817#3927817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927817 ------------------------------------------------------- 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
