Everything works OK if I comment out the xinclude transformation in the pipeline. The generated
xinclude tag looks like this when I try to generate the target addresses.html:
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cocoon:/addresses.xhtml" />
But when the xinclude transformation is included, I get the following error:
Failed to execute pipeline.
org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
at org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java: 3363)
Did you solved it? Otherwise try the environment check and see if the expected version of Xalan is in use:
http://xml.apache.org/xalan-j/faq.html#environmentcheck.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
