Failed to compile sitemap when using map:call in error handlers ?

2003-06-23 Thread GUILLAUME Gabriel FTRD/DIH/HDM REN
Hi folks, I tried to compile the following (dummy) pipeline with Cocoon 2.0.4 : ... ... The compilation of the sitemap failed with the following

RuntimeException : The sitemap is null

2003-07-01 Thread GUILLAUME Gabriel FTRD/DIH/HDM REN
Hi folks, I'm currently performing some load tests on the following configuration : cocoon 2.0.4 resin 2.1.9 SUN JDK 1.4.003 Linux (RH 9) After 5-10 minutes, I got the following "well known" RuntimeException : The sitemap is null. I've seen on the cocoon-dev archive that a bug report has been re

RE: SourceResolver in Selector?

2003-07-01 Thread GUILLAUME Gabriel FTRD/DIH/HDM REN
Hi, I have developped a matcher that use a SourceResolver as follows 1) My class implements the import org.apache.avalon.framework.component.Composable interface 2) I get the ComponentManager as follows /** The component manager instance */ protected org.apache.avalon.framework.component