Re: Multithreading within a pipeline component.

2009-12-10 Thread Reinhard Pötz
Johannes Lichtenberger wrote: > Hello, > > is it even possible to generate threads for instance in a generator? I > assume the SAX events generated wouldn't be in the right order at the > following transformer. yes, it's your responsibility to take care of the right order of events. You could con

Multithreading within a pipeline component.

2009-12-10 Thread Johannes Lichtenberger
Hello, is it even possible to generate threads for instance in a generator? I assume the SAX events generated wouldn't be in the right order at the following transformer. regards, Johannes - To unsubscribe, e-mail: users-unsub

Re: log4j issues...

2009-12-10 Thread Johannes Lichtenberger
On Fri, 2009-12-11 at 00:50 +0100, Steven Dolg wrote: > Johannes Lichtenberger schrieb: > > Hello, > > > > I'm still trying to catch errors with my logger, now I've even tried the > > following: > > > > static { > > GoogleEarthGenerator.class.getResource("rcl-config/WEB-INF/log4j.xml"); > > }

Re: log4j issues...

2009-12-10 Thread Steven Dolg
Johannes Lichtenberger schrieb: Hello, I'm still trying to catch errors with my logger, now I've even tried the following: static { GoogleEarthGenerator.class.getResource("rcl-config/WEB-INF/log4j.xml"); } /** Logger (commons-logging). */ private Log logger = LogFactory.getLog(get

log4j issues...

2009-12-10 Thread Johannes Lichtenberger
Hello, I'm still trying to catch errors with my logger, now I've even tried the following: static { GoogleEarthGenerator.class.getResource("rcl-config/WEB-INF/log4j.xml"); } /** Logger (commons-logging). */ private Log logger = LogFactory.getLog(getClass().getName()); but I'm always