You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/11/16 18:38:26 UTC

[jira] Resolved: (CAMEL-199) New converter : Node -> Source

     [ https://issues.apache.org/activemq/browse/CAMEL-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-199.
----------------------------------

    Resolution: Fixed

patch applied with thanks!

> New converter : Node -> Source
> ------------------------------
>
>                 Key: CAMEL-199
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-199
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 1.2.0
>            Reporter: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.3.0
>
>         Attachments: CAMEL-199.patch
>
>
> Currently, there is no converter from Node -> Source.
> It is required when using Camel's splitter() functionality inside ServiceMix:
> {code}
> from("jbi:service:urn:eu:java:smx:fleetintegrator:camel")
>    .splitter(xpath("/traces/trace"))
>    .to("jbi:endpoint:urn:eu:java:smx:fleetintegrator:jms:mq");
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.