You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2007/11/02 08:12:24 UTC

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

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.


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

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen updated CAMEL-199:
----------------------------------

    Attachment: CAMEL-199.patch

> 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.


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

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ 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.