Hello !

I get such an error :
org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException

It is very weird. Here the pipe :
           <map:match pattern="sresult/**.*">
               <map:generate type="request"/>
               <map:transform src="{1}.xsl"/>
               <map:transform src="retr-results.xsl"/>
(*1) <map:transform type="xmldb"/>
(*2)               <map:transform src="create-page.xsl"/>
               <map:serialize encoding="UTF-8" type="xml"/>
           </map:match>

If I disable either (*1) or (*2) everything is all right. If I save the output from (*1) to a file and then apply the stylesheet, no problem.

The xmldb transformer seems to be the real matter since when it does not transform anything I get no error.
Any known issue ?

Remi

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

Reply via email to