[ 
https://issues.apache.org/jira/browse/CAMEL-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144726#comment-13144726
 ] 

Christian Müller commented on CAMEL-3551:
-----------------------------------------

>From the pom, I see the following dependencies where we doesn't have an OSGI 
>bundle:
org.apache.xmlgraphics:fop:1.0
org.apache.xmlgraphics:xmlgraphics-commons:1.4
org.apache.xmlgraphics:batik-svg-dom:1.7
org.apache.xmlgraphics:batik-bridge:1.7
org.apache.xmlgraphics:batik-awt-util:1.7
org.apache.xmlgraphics:batik-gvt:1.7
org.apache.xmlgraphics:batik-transcoder:1.7
org.apache.xmlgraphics:batik-extension:1.7
org.apache.xmlgraphics:batik-ext:1.7
org.apache.avalon.framework:avalon-framework-api:4.3.1
org.apache.avalon.framework:avalon-framework-impl:4.3.1

A lot...
                
> camel-fop component
> -------------------
>
>                 Key: CAMEL-3551
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3551
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: Future
>
>         Attachments: camel-fop.diff
>
>
> A new Camel FOP component could be helpful to turn Camel into a kind of 
> printout and report generation system.
> A typical use case could be something like:
> from("amq:my.document.queue")
>   .to("xslt:mystylesheet.xsl")
>   .to("fop:pdf?some.extra.options.here")
>   .to("file:outputdirectory")
>   .to("printer:some.printer");

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to