Re: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Jos Snellings
Hi, Maybe you mean: generate type=xsp src=intro.xsp/ an xsp page is a special variant of a jsp page. As far as I know, plain jsp does not fit in cocoon. Cheers On Wed, 2010-03-03 at 12:25 +0530, Venura Kahawala wrote: Hi, For cocoon 2.2, with maven, I have this pipeline in my

Re: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Jos Snellings
Hi again, I am sorry. xsp does not exist anymore from 2.2. My mistake. I responded in haste. Jos On Wed, 2010-03-03 at 09:21 +0100, Jos Snellings wrote: Hi, Maybe you mean: generate type=xsp src=intro.xsp/ an xsp page is a special variant of a jsp page. As far as I know, plain jsp

RE: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Venura Kahawala
Hi Jos, Thanks a lot for the reply But in the bellow link it says that Jsp can be used as a generator http://cocoon.apache.org/2.1/userdocs/jsp-generator.html I latter added the bellow part to my sitemap.xmap file. map:components map:generators default=file

[jira] Subscription: COCOON-open-with-patch

2010-03-03 Thread jira
Issue Subscription Filter: COCOON-open-with-patch (112 issues) Subscriber: cocoon Key Summary COCOON-2281 Communication tools that we use link to dev mailing list archive comes out at user mailing list archive https://issues.apache.org/jira/browse/COCOON-2281

Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Venura Kahawala
Hi, 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

RE: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Robby Pelssers
All known generator types are documented at http://cocoon.apache.org/2.1/userdocs/generators.html Kind regards, Robby -Original Message- From: Jos Snellings [mailto:jos.snelli...@pandora.be] Sent: Wednesday, March 03, 2010 9:21 AM To: dev@cocoon.apache.org Subject: Re: Type 'jsp' does

RE: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Venura Kahawala
Hi Robby, Thanks for the reply, but the JSPGenerator is mentioned there, please help me with the following error. Now my sitemap file looks lik this, map:components map:generators default=file map:generator name=jsp src=org.apache.cocoon.generation.JSPGenerator/

Re: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Sylvain Wallez
Venura Kahawala wrote: Hi Jos, Thanks a lot for the reply But in the bellow link it says that Jsp can be used as a generator http://cocoon.apache.org/2.1/userdocs/jsp-generator.html Make sure you have included the cocoon-jsp-impl module in your configuration. Sylvain -- Sylvain Wallez

[jira] Created: (COCOON-2286) Application does not start when the context path contains spaces

2010-03-03 Thread JIRA
Application does not start when the context path contains spaces Key: COCOON-2286 URL: https://issues.apache.org/jira/browse/COCOON-2286 Project: Cocoon Issue Type: Bug

RE: Type 'jsp' does not exist for 'map:generate'

2010-03-03 Thread Venura Kahawala
Hi Sylvain, Thanks for the reply. Can u please tell me how to add those configurations and to where and what are the values that I should set. I googled it and found nothing. Help is much appreciated, Thanks and regards, Venura. -Original Message- From: Sylvain Wallez