Volker Schmitt wrote:
> Another solution is to add a protected Method to
> ExcaliburComponentSelector
> :
>
> canRelease(Object Component) {
> return m_componentMapping.get( component ) != null;
> }
>
Yes, good idea! I have added it to excalibur and I'm now trying
to find out how to build the excalibur jar for cocoon...Carsten
