Hello,
on the way to find an other way solving my problem, I think I found the
cause! If I call an other pipeline in the source of the default
generator and transform the out coming xml with the SessionTransform
cocoon throws a NullPointerException (see my first posting)!
Could somebody help me? Or maybe explain me why the exception is thrown?!
Thx Dirk
<map:match pattern="mobiharzauth-**">
<map:act type="auth-protect">
<map:parameter name="handler" value="mobiharzhandler"/>
<map:match pattern="mobiharzauth-portal-*">
<map:generate src="cocoon:/mobiharzauth-loggedIn"/>
<map:transform type="session"/>
<map:serialize/>
</map:match>
<map:match pattern="mobiharzauth-loggedIn">
<map:generate src="portal/resources/auth/login.xml"/>
<map:serialize/>
</map:match>
<map:act>
</map:match>
---------------------------------------------------------------------
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]>