Leszek Gawron wrote:
So I've done:

 mvn archetype:create -DarchetypeGroupId=org.apache.cocoon -DarchetypeArtifactId=cocoon-22-archetype-block -DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=com.mycompany -DartifactId=myBlock

cd myBlock

mvn package

mvn cocoon:deploy

mvn jetty6:run

and I have a working webapp! That's awesome.

That is pretty cool, except the webapp doesn't run for me. I run in cygwin and it fails with

Internal Server Error

Message: null

Description: No details available.

Sender: org.apache.cocoon.servlet.RequestProcessor

Source: Cocoon Servlet

Request URI

cause

No default type exists for 'map:pipeline' at file:/C:/cygwin/home/Ralph/ctemp/myBlock/target/myBlock/sitemap.xmap:26:19

request-uri

/



Reply via email to