problem creating generator - parameters

2007-10-11 Thread Lieven Doclo
Hi, I'm trying to build a generator that does the following: call a remote method on a server (using spring remoting) drag the result through an XML mapper (currently XMLBeans) deliver XML SAX events to cocoon All in all not a big issue, were it not for the fact that I can't seem to find

Re: problem creating generator - parameters

2007-10-11 Thread Joerg Heinicke
On 10.10.2007 10:23 Uhr, Lieven Doclo wrote: I'd like to define the generator as this: map:generator name=remoteGenerator src=x.y.RemoteSpringGenerator spring-config/x/y/remote-spring-config.xml/spring-config /map:generator where the xml file contains my remote servicebeans, like: bean