You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Bilgin Ibryam (Commented) (JIRA)" <ji...@apache.org> on 2012/03/04 17:47:58 UTC

[jira] [Commented] (CAMEL-3551) camel-fop component

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

Bilgin Ibryam commented on CAMEL-3551:
--------------------------------------

I'm working on committing my old patch here, but I'm not sure how karaf/sevicemix works. 
Looking at SMX4-963, I see there are 3 boundles: batik, for and xmlgraphiocs. Do I need to add all of them camel platform features or only fop bunlde?
                
> 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: Bilgin Ibryam
>             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