[
https://issues.apache.org/activemq/browse/SM-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41494#action_41494
]
Bruce Snyder commented on SM-1219:
----------------------------------
Yeah, Kevin, the attached diff is a reverse diff. To fix it, you'll need to
change the order of the files you're diffing. Below is the command you need to
run when sitting in the root ServiceMix 3 trunk directory:
{panel}
$ svn diff
./deployables/serviceengines/servicemix-camel/src/main/java/org/apache/servicemix/camel/ToJbiProcessor.java
> SM-1219.diff.txt
{panel}
> camel pipeline does not copy over properties
> --------------------------------------------
>
> Key: SM-1219
> URL: https://issues.apache.org/activemq/browse/SM-1219
> Project: ServiceMix
> Issue Type: Bug
> Components: servicemix-camel
> Affects Versions: 3.2.1
> Environment: Windows/sm 3.2.1
> Reporter: Kevin kalmbach
> Assignee: Chris Custine
> Priority: Minor
> Attachments: ToJbiProcessor.java.diff
>
>
> I created a camel pipeline using the following command in MyRouteBuilder.java
>
> from("jbi:service:.....pipeline")
> .pipeline("jbi:endpoint:....endpoint1",
> "jbi:endpoint:...endpoint2",
> "jbi:endpoint:..endpoint3"
> );
> }
> In my first endpoint, I set several Properties (I set the same property
> several places: exchange.getProperty, exchange.getMessage("in").setProperty
> and exchange.getMessage("out").setProperty).
> None of these properties gets propagated to the next steps in the pipeline.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.