On 11/6/06, Giacomo Pati <[EMAIL PROTECTED]> wrote:
...Unexpected exception parsing XML document from resource loaded from byte array; nested exception is java.lang.NoSuchMethodError: javax.xml.transform.dom.DOMResult.getNextSibling()Lorg/w3c/dom/Node;..
According to http://tinyurl.com/ymj7r4 the DOMResult.getNextSibling() method exists in JDK 1.5 but not in JDK 1.4. Maybe something was compiled with 1.5 and you're running with 1.4? -Bertrand
