[ http://issues.apache.org/jira/browse/XALANJ-2250?page=comments#action_12361042 ]
Henry Zongaro commented on XALANJ-2250: --------------------------------------- A NoSuchMethodError like this one sounds like it might represent a configuration problem. The DOMResult.getNextSibling method was added in JAXP 1.3, and Xalan-J 2.7 implements JAXP 1.3. The xml-apis.jar that is included with that release of Xalan-J has a DOMResult that implements the getNextSibling() method. Is it possible that you've updated only your xalan.jar but not your xml-apis.jar? In your last comment, you write, "The issue could be resolved by the replacement of "xercesImpl.jar" and "xml-apis.jar" by the newer," so it certainly sounds like that is what's happening. > XSLT transformer failed with a DOMResult as output > -------------------------------------------------- > > Key: XALANJ-2250 > URL: http://issues.apache.org/jira/browse/XALANJ-2250 > Project: XalanJ2 > Type: Bug > Components: transformation > Versions: 2.7 > Environment: MS Windows XP Pro > Eclipse 3.1 > Tomcat 5.0. > java version "1.5.0_06" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) > Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) > Reporter: Golgoth 14 > > The transformation of a document with a DOMResult as output format failed at > line 1092 : -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
