I experience the following problem: I am including fragments of another xml file using 
xinclude and 
the xpointer() syntax. Works fine. If I then want to use the SQLTransformer within the 
same 
pipeline, I get a

org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
java.lang.NullPointerException
Original exception : java.lang.Original exception : java.lang.NullPointerException
at org.apache.xml.utils.AttList.getValue(AttList.java:247)
at 
org.apache.cocoon.transformation.SQLTransformer.startQueryElement(SQLTransformer.java:403)
at 
org.apache.cocoon.transformation.SQLTransformer.startTransformingElement(SQLTransformer.java:742)
...

If I take the result of the xinclude step, save it as a file and just process it using 
the same 
SQLTransformer step, everything works fine...

Using 2.03 / Tomcat 4.04, but a recent CVS shows the same behaviour.

I personally didn't find anything in bugzilla, but is it a known bug, or could I have 
done something 
wrong? Any ideas?

Martin.


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to