I wrote a new pipelineStage type 'SqlToXml' which will enrich an existing xml in the document with the results of one or more database queries (based on the sqlEnrich pipeline and exemples in the XpathSplitterPipeline); I got it working but only by putting an entry in the query.properties;
Is there another way of letting babeldoc know that the pipeline exists; not all pipeline stages are registered in the file query.properties.
Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The stage has to be declared in a query.properties somewhere. Look into the babeldoc module concept, which allows you to have separate jars with custom stages etc in them.
Sherman
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I wrote a new pipelineStage type 'SqlToXml' which will enrich an existing xml in the document with the results of one or more database queries (based on the sqlEnrich pipeline and exemples in the XpathSplitterPipeline); I got it working but only by putting an entry in the query.properties;
Is there another way of letting babeldoc know that the pipeline exists; not all pipeline stages are registered in the file query.properties.
Jan
The stage has to be declared in a query.properties somewhere. Look into the babeldoc module concept, which allows you to have separate jars with custom stages etc in them.
Sherman