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, 2010-03-06 at 03:40 +0100, Johannes Lichtenberger wrote:
> 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.println("blaaaaaa");
>       ...
> 
> "blaaaaaa" isn't printed on STDOUT :-/ (Jap, I know, I'll use the logger
> for further debugging ;-)
> 
> Do you have any idea? The "definition" of the class is:
> 
> public class SAXGenerator extends AbstractSAXGenerator implements
> CachingPipelineComponent
> 
> greetings,
> Johannes
> 
> p.s.: I wonder why you have abstract classes which define nothing at all
> like AbstractSAXGenerator and AbstractSAXPipelineComponent.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to