Re: Retrieving EXEC_EXIT_VALUE from exec endpoint

2014-08-14 Thread Gonzalo Vasquez
Thanks Willem, I thought simplicity might have worked, but sadly no...switching from out to in to get the header doesn't give me any output either :( Gonzalo Vásquez Sáez Gerente Investigación y Desarrollo (RD) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las

Re: Retrieving EXEC_EXIT_VALUE from exec endpoint

2014-08-14 Thread gvasquez
will be added to the discussion below: http://camel.465427.n5.nabble.com/Retrieving-EXEC-EXIT-VALUE-from-exec-endpoint-tp5755188p5755196.html To unsubscribe from Retrieving EXEC_EXIT_VALUE from exec endpoint, click here. NAML -- View this message in context: http://camel.465427.n5.nabble.com

Re: Retrieving EXEC_EXIT_VALUE from exec endpoint

2014-08-14 Thread Willem Jiang
to this email, your message will be added to the discussion below: http://camel.465427.n5.nabble.com/Retrieving-EXEC-EXIT-VALUE-from-exec-endpoint-tp5755188p5755196.html To unsubscribe from Retrieving EXEC_EXIT_VALUE from exec endpoint, click here. NAML -- View

Retrieving EXEC_EXIT_VALUE from exec endpoint

2014-08-13 Thread gvasquez
No exec headers are set after an invocation of this endpoint, so I'm not being able to decide what do upon process execution. I'm using Spring DSL like this: camel:recipientList camel:simple

Re: Retrieving EXEC_EXIT_VALUE from exec endpoint

2014-08-13 Thread Gonzalo Vasquez
Extra, I'm using camel 2.13.2 In my pom.xml: dependency groupIdorg.apache.camel/groupId artifactIdcamel-spring-ws/artifactId version2.13.2/version /dependency Running both in Apache Tomcat 7

Re: Retrieving EXEC_EXIT_VALUE from exec endpoint

2014-08-13 Thread Willem Jiang
Hi, Did you try to check the EXEC_EXIT_VALUE from in message?  camel:log message=Exit code: ${in.header.ExecBinding.EXEC_EXIT_VALUE} /  You can find more information about in and out message here[1]. [1]http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html -- Willem Jiang