Re: Exec endpoint not working correctly with recipientList

2014-08-14 Thread gvasquez
Just built a workaround...using a dummy exec with no args, but setting both the executable and the args via de proper header prior to endpoint invocation, that way I finally DO GET the correct output headers, with the flexibility of a dynamic URL. Spring DSL:

Re: Retrieving EXEC_EXIT_VALUE from exec endpoint

2014-08-14 Thread gvasquez
> > Gerente Investigación y Desarrollo (R&D) > > Altiuz Soluciones Tecnológicas de Negocios Ltda. > > Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 > > +56 2 335 2461 > > [hidden email] > > http://www.altiuz.cl > > http://www.altiuzreports.com > &

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: exec://{{cmod.arsLoad}}?useStderrOnEmptyStdout=t