Re: cocoon3 block deployment

2009-11-10 Thread Reinhard Pötz
Jos Snellings wrote: Hi, When trying to deploy a cocoon-3 block to Tomcat, it does not seem to find it: java.lang.RuntimeException: There is no block 'YourBlockName' deployed. The available blocks are {}. I must say that the documentation on this issue is a little bit terse...

Re: cocoon3 block deployment

2009-11-10 Thread Jos Snellings
Thank you for the answer, Rheinhard, I am afraid it does not. The web.xml I am using is from the cocoon sample, and it contains all the necessary listeners. In the log file I find startup information, but then it does not find the block. By the way, if one expands the block's jar file under

Re: cocoon3 block deployment

2009-11-10 Thread Jos Snellings
Yet something is missing, logging at debuglevel: At startup, none of the methods in DeploymentUtil is ever called :-( When a block's url is called it is not found: 2009-11-10 15:37:10,139 DEBUG main org.apache.jasper.servlet.JspServlet - Scratch dir for the JSP engine is:

Samples for Cocoon 2.2

2009-11-10 Thread Peter Hargreaves
Hi Folks, I've followed the 2.2 tutorials and eventually came to this comment To have a feel for the power of CForms, take a look at the examples included included in the Forms block. I simply can't find out how to do this, I can't find out how to look at any samples under 2.2 Assuming I'm

Re: Samples for Cocoon 2.2

2009-11-10 Thread Dominic Mitchell
On Tue, Nov 10, 2009 at 7:19 PM, Peter Hargreaves pe...@pdh-online.infowrote: Hi Folks, I've followed the 2.2 tutorials and eventually came to this comment To have a feel for the power of CForms, take a look at the examples included included in the Forms block. I simply can't find out how

Re: Samples for Cocoon 2.2

2009-11-10 Thread Kamal Bhatt
Hang on, when did Cocoon started being hosted on Git?  I was going to make the same suggestion with SVN: http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-forms/cocoon-forms-1/cocoon-forms-sample/ Which is where the website says the code is. On Tue, Nov 10, 2009 at 7:19 PM,

Re: cocoon3 block deployment

2009-11-10 Thread Reinhard Pötz
Jos Snellings wrote: Thank you for the answer, Rheinhard, I am afraid it does not. The web.xml I am using is from the cocoon sample, and it contains all the necessary listeners. In the log file I find startup information, but then it does not find the block. By the way, if one expands the