I'm trying to use a resource and have the following. I use c203 binary for
jvm 1.3 (jdk 1.3.1).
org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
java.lang.RuntimeException: mlForm could not be found. (possible classloader
problem)
at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:414)
at
org.apache.cocoon.www.sitemap_xmap.matchN102AB(E:\tomcat404\work\Standalone\
localhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:2587)
at
org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Standalone\loca
lhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:1921)
at
org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Standalone\loca
lhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:1810)
at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
at
org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
in my pipeline :
<map:match pattern="mlform">
<map:generate src="resource://mlForm"/>
<map:serialize type="xml"/>
</map:match>
in the resources (even a static file isn't found) :
<map:resources>
<map:resource name="mlForm">
<map:generate src="xml/mlForm.xml"/>
<map:transform/>
<map:serialize type="xml"/>
</map:resource>
</map:resources>
What's wrong ? Thanks a lot.
Barbara
---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>