I wanted to execute some simple xml query via XQueryGenerator in my
cocoon pipeline. After I executed code :
<map:pipeline>
<map:match pattern="Exist">
<map:generate src="people.xq" type="xquery">
<map:parameter name="user" value="tomek"/>
<map:parameter name="password" value="tomek"/>
</map:generate>
<map:serialize encoding="UTF-8" type="xml"/>
</map:match>
</map:pipeline>
server threw exception :
java.lang.NullPointerException at
org.exist.cocoon.XQueryGenerator.setup(XQueryGenerator.java:187)
I`ve been using latest production release of eXist 1.2.6, can anyone
help me with understanging meaning of this exception ? Lack of jars ?
Wrong xquery syntax ? Bug in eXist code ?
Regards,
Tomasz.
------------------------------------------------------------------------------
_______________________________________________
Exist-open mailing list
Exist-open@...
https://lists.sourceforge.net/lists/listinfo/exist-open