[JBoss-user] [Management, JMX/JBoss] - Re: java.lang.LinkageError for org/w3c/dom/Node

2006-03-04 Thread shorero
You are correct and I am wrong -- bad .jar in the deployment. Thanks for the debugging tip, though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927948#3927948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927948

[JBoss-user] [Management, JMX/JBoss] - Re: java.lang.LinkageError for org/w3c/dom/Node

2006-03-03 Thread shorero
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 m

[JBoss-user] [Management, JMX/JBoss] - Re: java.lang.LinkageError for org/w3c/dom/Node

2006-03-03 Thread shorero
Same problem occurs under 4.0.4RC1, at the same place in the code. FYI, the error happens on a document.getDocumentElement() method call. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927845#3927845 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [Management, JMX/JBoss] - java.lang.LinkageError for org/w3c/dom/Node

2006-03-03 Thread shorero
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.ch