Reinhard Poetz pisze:

Caused by: java.lang.NullPointerException
        at org.apache.cocoon.callstack.CallScope.get(CallScope.java:37)

It can easily be reproduced by adding this pipeline to a Cocoon 2.2 app created by the Cocoon 2.2 archetype:

 <map:match pattern="fails">
    <map:generate src="cocoon:/spring-bean"/>
    <map:serialize type="xml"/>
 </map:match>

It wasn't serious but I fixed it (by disabling PipelineComponentProxyDecorator) in r582628.

Thanks for reporting.

--
Grzegorz Kossakowski

Reply via email to