Hi,

  I am trying to configure a camel pipeline component which needs to pipe
input data to a jsr181 component and the output of this component to a
eventprocessor. The input sent to the jsr181 component is successfully
processed and a successful output is obtained but the  input to the event
processor is blank. Because of this the pipeline component resends the user
input to the eventprocessor also, which is not desired.

  I tried testing the jsr 181 component in isolation, exposing it using http
component and noting the output. It works perfectly well. Only in the
pipeline pattern its output is null. Is this some kind of a incompatability
issue between the output of jsr181 and the i/p to eventprocessor within the
context of pipeline pattern?

  


                from("jbi:endpoint:http://foo.bar.org/PipeLine/Endpoint";).
                to("log:routingslip1").
                convertBodyTo(String.class).
           
pipeline("jbi:endpoint:http://www.icenigrid.org/service/gridsam/JobSubmission/JobSubmission";,
                        
"jbi:endpoint:http://foo.bar.org/EventProcessor/MyEndpoint";);


Regards,
Ganesh
-- 
View this message in context: 
http://www.nabble.com/Camel-pipeline-component-and-jsr181-tp21011542p21011542.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to