Logging question cocoon 2.2 & tomcat 6

2010-03-16 Thread Søren Krum
Hello! i have a tomcat 6.0.20 and in it runs a application using cocoon. We did an upgrade from 2.1 to 2.2, which hm, yes worked after a while ;-) But there is something that confuses me: I find in the catalina.out (tomcats logging configuration we did not touch at all) i find a nice line (actual

Re: Writing generator / Cocoon3 alpha

2010-03-16 Thread Johannes Lichtenberger
Hm I checked out a new empty cocoon3 block with maven, copied the source codes and now the exceptions jetty throwed disappeared, but it still doesn't execute: public void execute() { try { System.out.println("blaa"); So blaaa is never printed on STDOUT... I assume my pattern

Re: Writing generator / Cocoon3 alpha

2010-03-16 Thread Steven Dolg
Johannes Lichtenberger schrieb: Hm I checked out a new empty cocoon3 block with maven, copied the source codes and now the exceptions jetty throwed disappeared, but it still doesn't execute: public void execute() { try { System.out.println("blaa"); So blaaa is never printed

Re: Writing generator / Cocoon3 alpha

2010-03-16 Thread Johannes Lichtenberger
On Tue, 2010-03-16 at 17:36 +0100, Steven Dolg wrote: > Johannes Lichtenberger schrieb: > > Hm I checked out a new empty cocoon3 block with maven, copied the source > > codes and now the exceptions jetty throwed disappeared, but it still > > doesn't execute: > > > > public void execute() { > >