XalanJ 1.0 sometimes used to create default instances of functions. Do
you have a static method of the name given or is it an instance method?
If it's an instance method, you'll need to instantiate the class first
with a .new call.
Please come back if you need further assistance.
Gary
> kkumari wrote:
>
> I am using javaExtensions to do some processing on the node. I am
> using the abbreviated syntax as my extension is implemented in Java.
> I use
> xmlns:java="http://xml.apache.org/xslt/java"
> and while invoking the extension function i do
> <xsl:value-of
> select="java:packageName.className.methodName($common_section_times)"/>
>
> This used to work fine with xalan1.0
> Now when i try the same with xalan2 it gives me
> transformationExceptions:
> static method
> packageName.className.methodName($common_section_times)([ExpressionContext,
> RTFREF) not found
>
> I went thru' the documentation n feel that i have used the correct
> syntax...
> any environmental problems??
>
> thanks,
> kusuma
>