[EMAIL PROTECTED] pisze:
Author: gkossakowski
Date: Fri Apr 25 15:40:48 2008
New Revision: 651728
URL: http://svn.apache.org/viewvc?rev=651728&view=rev
Log:
RCL must take into account newly created BlockDeploymentServletContextListener.
[...]
<listener>
+
<listener-class>org.apache.cocoon.blockdeployment.BlockDeploymentServletContextListener</listener-class>
+ </listener>
+ <listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<listener>
At the time of committing this fix I forgot about our xpath functionality for web.xml. Now I wonder
what's better solution, to add this to RCL profile or just let cocoon-blockdeployer to provide XPath
file for web.xml?
Reinhard, could you comment?
--
Grzegorz Kossakowski