I removed cocoon's pipelines from main sitemap and added my own one, the
simplest one that worked well in 2.0.3 :

    <map:pipeline>
    <map:match pattern="test">
    <map:generate src="xml/mlForm.xml"/>
    <map:transform src="xsl/copy.xsl"/>
    <map:serialize type="xml"/>
    </map:match>
    </map:pipeline>

It triggers this error :

org.apache.avalon.framework.configuration.ConfigurationException: Cannot get
component selector for 'generate' at
jndi:/localhost/baepp/sitemap.xmap:459:41

What happened ? How do I use generators now in 2.1 version ? (from
yesterday's cvs head). I use jdk 1.3.1. When I built and launched Cocoon I
also had an error when browsing to welcome page
(http://localhost:8080/cocoon), about generator and view section (former
post)...

Thanks for any help...

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]>

Reply via email to