XQuery plugin not validating Java extensions
Posted: Fri Oct 21, 2005 10:24 pm
Hi,
I am trying to get the clipse plugin to work for XQuery validation. The problem is that if I have a Java class referenced from the XQuery, like:
declare namespace ju="java:com.a.b.c.XQueryUtils";
....
<adress>{ju:ipToString($address)}</address>
gives the following error when validating the XQuery file:
"Cannot find a matching 1-argument function named {java:com.a.b.c.XQueryUtils}ipToString() ... "
The java class is on the project's classpath.
It works when running standalone oXygen.
TIA,
Serban
I am trying to get the clipse plugin to work for XQuery validation. The problem is that if I have a Java class referenced from the XQuery, like:
declare namespace ju="java:com.a.b.c.XQueryUtils";
....
<adress>{ju:ipToString($address)}</address>
gives the following error when validating the XQuery file:
"Cannot find a matching 1-argument function named {java:com.a.b.c.XQueryUtils}ipToString() ... "
The java class is on the project's classpath.
It works when running standalone oXygen.
TIA,
Serban