You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Vaskin Kissoyan <vk...@lokion.com> on 2002/08/31 03:48:52 UTC

simtemap broken between 2.0.3 and HEAD

This section of a sitemap that comes with the Navigation sample 
"Bonebreaker Bikes" on cocooncenter.de site works great on 2.0.3, but 
breaks on the current HEAD version.

       <!-- homepage -->
       <map:match pattern="">
         <map:redirect-to session="false" uri="recipes/home/home.section"/>
       </map:match>


The war was built using:

build.bat -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes webapp

I've done other builds with the same issue, done sandard war file also.

Here is the error:
------------------------------------------------------------------------
Cocoon 2 - Internal server error

type fatal

message Cannot get component selector for 'match' at 
file:/D:/tomcat/webapps/cocoon/recipes/sitemap.xmap:32:30

description 
org.apache.avalon.framework.configuration.ConfigurationException: Cannot 
get component selector for 'match' at 
file:/D:/tomcat/webapps/cocoon/recipes/sitemap.xmap:32:30

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet
------------------------------------------------------------------------

Any help would be appreciated


---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>