ExtensionHandlerJavaPackage calls a non-existent method of NodeVector
---------------------------------------------------------------------
Key: XALANJ-2484
URL: https://issues.apache.org/jira/browse/XALANJ-2484
Project: XalanJ2
Issue Type: Bug
Security Level: No security risk; visible to anyone (Ordinary problems in
Xalan projects. Anybody can view the issue.)
Environment: Sparc Solaris 10 JDK 1.6.0_11 Xalan 2.7.1
Reporter: Douglas Harris
On running an XSLT program got the following trace (only the starting lines are
shown)
javax.xml.transform.TransformerException: java.lang.NoSuchMethodException: For
extension function, could not find method
org.apache.xml.utils.NodeVector.getFileSeparator([ExpressionContext,] ).
at
org.apache.xalan.extensions.ExtensionHandlerJavaPackage.callFunction(ExtensionHandlerJavaPackage.java:420)
at
org.apache.xalan.extensions.ExtensionHandlerJavaPackage.callFunction(ExtensionHandlerJavaPackage.java:438)
at
org.apache.xalan.extensions.ExtensionsTable.extFunction(ExtensionsTable.java:220)
at
org.apache.xalan.transformer.TransformerImpl.extFunction(TransformerImpl.java:473)
at
org.apache.xpath.functions.FuncExtFunction.execute(FuncExtFunction.java:206)
at org.apache.xpath.XPath.execute(XPath.java:335)
~
The API shows no such method.
~
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]