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() { > >

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
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-09 Thread Johannes Lichtenberger
On Mon, 2010-03-08 at 19:15 +0100, Johannes Lichtenberger wrote: > On Mon, 2010-03-08 at 08:34 +0100, Reinhard Pötz wrote: > > Johannes Lichtenberger wrote: > > > On Sat, 2010-03-06 at 13:19 +0100, Johannes Lichtenberger wrote: > > >> On Sat, 2010-03-06 at 07:21 +0100, Jos Snellings wrote: > > >>>

Re: Writing generator / Cocoon3 alpha

2010-03-08 Thread Johannes Lichtenberger
On Mon, 2010-03-08 at 08:34 +0100, Reinhard Pötz wrote: > Johannes Lichtenberger wrote: > > On Sat, 2010-03-06 at 13:19 +0100, Johannes Lichtenberger wrote: > >> On Sat, 2010-03-06 at 07:21 +0100, Jos Snellings wrote: > >>> Johannes, you need one or two things beside the code of the generator. > >>

Re: Writing generator / Cocoon3 alpha

2010-03-07 Thread Reinhard Pötz
Johannes Lichtenberger wrote: > On Sat, 2010-03-06 at 13:19 +0100, Johannes Lichtenberger wrote: >> On Sat, 2010-03-06 at 07:21 +0100, Jos Snellings wrote: >>> Johannes, you need one or two things beside the code of the generator. >>> - first, how is it invoked? Can you send the fragment of your >>

Re: Writing generator / Cocoon3 alpha

2010-03-07 Thread Johannes Lichtenberger
On Sat, 2010-03-06 at 13:19 +0100, Johannes Lichtenberger wrote: > On Sat, 2010-03-06 at 07:21 +0100, Jos Snellings wrote: > > Johannes, you need one or two things beside the code of the generator. > > - first, how is it invoked? Can you send the fragment of your > > sitemap.xmap that matches an ur

Re: Writing generator / Cocoon3 alpha

2010-03-06 Thread Johannes Lichtenberger
On Sat, 2010-03-06 at 07:21 +0100, Jos Snellings wrote: > Johannes, you need one or two things beside the code of the generator. > - first, how is it invoked? Can you send the fragment of your > sitemap.xmap that matches an url supposed to invoke this generator? > - second, is there a line in sitem

Re: Writing generator / Cocoon3 alpha

2010-03-05 Thread Jos Snellings
Johannes, you need one or two things beside the code of the generator. - first, how is it invoked? Can you send the fragment of your sitemap.xmap that matches an url supposed to invoke this generator? - second, is there a line in sitemap-components that defines this generator? Best, Jos On Sat, 2

Writing generator / Cocoon3 alpha

2010-03-05 Thread Johannes Lichtenberger
Hi, I've got a (maybe rather simple) problem, but somehow the exectute()-method isn't going to be invoked. I can see, that my generator is, because I simply created a static-Block with a sysout statement. But /** * {...@inheritdoc} */ public void execute() { try { System.out.