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


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.

Reply via email to