salan extensions

Oxygen general issues.
eHannes
Posts: 31
Joined: Sat Apr 16, 2005 11:29 am

salan extensions

Post by eHannes »

Hi,

I'm trying to get a xalan extension working but i keep getting the following error:
"F java.lang.NoSuchMethodException: For extension function, could not find method org.apache.xpath.objects.XNodeSet.toHex([ExpressionContext,] )"

I have put the following line in the inifile (under [Java Runtime Enverionment]:
com.oxygenxml.additional.classpath=D:\JavaLibrary\extensibilityTest\dist\extensibilityTest.jar
and i have renamed the xalan25.jar.ext to xalan25.jar

am i missing something?

Thanks, Hans
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Add to Virtual Machine Parameters line

Code: Select all

-Dcom.oxygenxml.additional.classpath=D:\JavaLibrary\extensibilityTest\dist\extensibilityTest.jar
Best Regards,
Sorin
eHannes
Posts: 31
Joined: Sat Apr 16, 2005 11:29 am

Post by eHannes »

sorin wrote:
Add to Virtual Machine Parameters line

Code: Select all

-Dcom.oxygenxml.additional.classpath=D:\JavaLibrary\extensibilityTest\dist\extensibilityTest.jar
Thank you Sorin, it worked
Post Reply