Hi,
if I use this code in sitemap:

<map:matchers default="wildcard">
<map:matcher name="wildcard" src="org.apache.cocoon.matching.WildcardURIMatcherFactory"/>
</map:matchers>


the browser displays this error:

org.apache.cocoon.ProcessingException: Failed to load sitemap .....
org.apache.avalon.framework.configuration.ConfigurationException: Could not load class org.apache.cocoon.matching.WildcardURIMatcherFactory for component named 'wildcard' at....


I'm using cocoon 2.1. In Cocoon 2.0 this code worked fine. It's changed something in Cocoon 2.1 about this class?

Reply via email to