You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jason Foster <ja...@uwaterloo.ca> on 2002/07/11 04:01:34 UTC

Persistent NullPointer Error

This was reported on the users list a few days ago, and so far there hasn'
t been a response, so I'm going to mention it again here.

Right now HEAD cannot handle an internal call as follows:

<map:match pattern="generate-html-driver">
	<map:generate type="request"/>
	<map:transform src="style/htmldriver.xslt"/>
	<map:serialize type="xml"/>
</map:match>

<map:match pattern="generate-html">
	<map:generate src="content/small.docbook"/>
	<map:transform src="cocoon:/generate-html-driver"/>	<map:serialize type="html"
/>
</map:match>

The exact same configuration works unchanged under Cocoon202.  The error 
appears to be a NullPointer exception in the caching pipeline controller.  
Has anyone had success with this style of configuration (say... <slash-edit/
 >)?

Jason Foster


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org