Hi there,

For cocoon 2.2, with maven, i have this pipeline in my experimental
sitemap-file:

<map:sitemap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
 xsi:schemaLocation="http://apache.org/cocoon/sitemap/1.0
http://cocoon.apache.org/schema/sitemap/cocoon-sitemap-1.0.xsd";
 xmlns:map="http://apache.org/cocoon/sitemap/1.0";>

  <map:flow language="javascript"/>
  <map:pipelines>
    <map:pipeline>
      <map:match pattern="myFourthPipeline">
       <map:generate type="serverpages" src="fourth.xsp"/>
        <map:transform src="myXml2PdfFile.xslt" type="xslt"/>
        <map:serialize type="xml"/>
      </map:match>
  </map:pipelines>
</map:sitemap>

On starting 'mvn jetty-run', I get this error:

javax.servlet.ServletException:
org.apache.avalon.framework.configuration.ConfigurationException: Type
'serverpages' does not exist for 'map:generate'

Is there something missing in my sitemap? Or is there something i have to do
with maven? F.i. mvn compile???

Greetings and thanks for helping!
-- 
View this message in context: 
http://www.nabble.com/Type-%27serverpages%27-does-not-exist-for-%27map%3Agenerate%27-tp17623200p17623200.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to