Help with Cocoon 2.2.x

2007-07-13 Thread werner
Dear Community! I'm getting errors when running the current 2.2 snapshot. I followed the instructions in the README. Looks like the cocoon.roles is missing in the cocoon-core jar. So it might be just a maven setup problem. Please help. Thanks Werner

Re: Help with Cocoon 2.2.x

2007-07-13 Thread Grzegorz Kossakowski
werner pisze: hmmm I'm using a snapshot from yesterday. That's weird, then. Have you cleaned up your local Maven repository? Try to remove cocoon artifacts and run build again. I hope it will help. -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/

Re: Help with Cocoon 2.2.x

2007-07-13 Thread werner
Am Freitag, den 13.07.2007, 11:30 +0200 schrieb Grzegorz Kossakowski: werner pisze: Dear Community! I'm getting errors when running the current 2.2 snapshot. I followed the instructions in the README. Looks like the cocoon.roles is missing in the cocoon-core jar. So it might be just

Re: Help with Cocoon 2.2.x

2007-07-13 Thread Grzegorz Kossakowski
werner pisze: Dear Community! I'm getting errors when running the current 2.2 snapshot. I followed the instructions in the README. Looks like the cocoon.roles is missing in the cocoon-core jar. So it might be just a maven setup problem. Please help. No, it was a bug in Cocoon that has been

Re: Using xsl:message and Cocoon

2007-07-13 Thread Andreas Kuehne
Thanks for your final conclusion. Surely will save valuable time for many other developers ! There are too few postings of final outcomes to the list, especially in case of 'no solution'. Greetings Andreas - Original Message From: Steven D. Majewski [EMAIL PROTECTED] To:

Re: Help with Cocoon 2.2.x

2007-07-13 Thread werner
Am Freitag, den 13.07.2007, 15:51 +0200 schrieb Grzegorz Kossakowski: werner pisze: hmmm I'm using a snapshot from yesterday. That's weird, then. Have you cleaned up your local Maven repository? yep. Try to remove cocoon artifacts and run build again. I hope it will help.

Re: Help with Cocoon 2.2.x

2007-07-13 Thread Grzegorz Kossakowski
werner pisze: Try to remove cocoon artifacts and run build again. I hope it will help. Still have the same error. What's your Maven and Java version? What's your OS? How do you build and run Cocoon? I need this info in order to try to reproduce your problem. -- Grzegorz Kossakowski

howto call xsp from xsp

2007-07-13 Thread robf
Hi , At some point in an xsp I want to include the resultset from calling another xsp , just like it is possible in xslt's: xsl:copy-of select=document('cocoon://someurl)/tagx/ ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp; xsp:logic ... /xsp:logic ... sometag !-- Is

Re: howto call xsp from xsp

2007-07-13 Thread Grzegorz Kossakowski
robf pisze: Hi , Hi At some point in an xsp I want to include the resultset from calling another xsp , just like it is possible in xslt's: xsl:copy-of select=document('cocoon://someurl)/tagx/ ?xml version=1.0? xsp:page xmlns:xsp=http://apache.org/xsp; xsp:logic ... /xsp:logic ...

Re: Using xsl:message and Cocoon

2007-07-13 Thread Jonathan Hipkiss
I don't know if this is any help but we use xsl:message terminate=yes blah/xsl:message and then add in the sitemap: map:handle-errors map:generate type=exception src=error/ map:transform type=xslt src=blah.xslt / map:serialize type=html status-code=400 / /map:handle-errors This way we can