Hi Gert<
I have pasted the routes below
Namespaces ns = new Namespaces("jobsubmission",
"http://www.jobsubmission/service/");
from("jbi:endpoint:http://www.jobsubmission/service//RoutingSlip/Endpoint?mep=in-out").
convertBodyTo(String.class).
to("log:jobsubstringinput").
convertBodyTo(DOMSource.class).
to("log:pipeline").
choice().when().xpath("/jobsubmission:submitJob",ns).
to("log:submitjob").
convertBodyTo(DOMSource.class).
to("jbi:endpoint:http://www.jobsubmission/service/JobSubmission/JobSubmission?mep=in-out").
to("log:jobsubmissionoutput").
to("jbi:endpoint:http://www.jobsubmission/service/EventProcessor/EventProcessorendpoint").
otherwise().
to("log:other").
to("jbi:endpoint:http://www.jobsubmission/service/JobSubmission/JobSubmission?mep=in-out");
Regards,
Ganesh
Gert Vanthienen wrote:
>
> Ganesh,
>
> Could you post us some of the routes you are using? It's very hard to
> figure out what's going from the stacktraces alone...
>
> Regards,
>
> Gert
>
> navigator09 wrote:
>> Hi ,
>>
>> I am using camel to route messages to different service end points.
>> Sometimes when I redeploy servicemix camel, I get the streamclosed error.
>> I
>> have gone through the servicemix website. So i am posting full stack
>> trace
>> of the problem here. Pls let me know how to solve the problem.
>>
>> Regards,
>> Ganesh
>> http://www.nabble.com/file/p22032147/servicemix.log servicemix.log
>>
>
>
>
> -----
> ---
> Gert Vanthienen
> http://gertvanthienen.blogspot.com
>
--
View this message in context:
http://www.nabble.com/Stream-closed-exception-in-servicemix-camel-tp22032147p22033298.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.