Re: AW: AW: Camel Routing using map message help required

2013-10-07 Thread Robert Simmons
Filter has to be first in the route. Sent from my iPad > On Oct 7, 2013, at 12:14 PM, "prabumc...@gmail.com" > wrote: > > Sorry i have copied full code here > > I hope it will give you idea what i am trying to achieve > > from(ACT_TYPE_SPECFIC_QNAME).choice() > .when(header(EVENT_TYPE).is

Re: CamelContextLifecycle Has a Glaring Deficiency

2013-11-09 Thread Robert Simmons
I was wondering. It still says subversion and I wanted to create a patch on this. With git a pull request is easy. Sent from my iPad > On Nov 9, 2013, at 10:21 AM, Harald Wellmann wrote: > > Am 09.11.2013 09:10, schrieb Claus Ibsen: >> And we love contributions so you are welcome to work on a

Re: Proper way to initialize Transaction management for Camel in an Application Server

2013-09-19 Thread Robert Simmons
Yes I am. Same person btw, just a different email. Sent from my iPad > On Sep 19, 2013, at 4:00 AM, Claus Ibsen wrote: > > Hi > > I have logged ticket to implement the empty methods in JndiRegistry > https://issues.apache.org/jira/browse/CAMEL-6769 > > Just to be sure are you using? > http://

Re: Is it possible to include XPath expression in simple expression?

2013-09-19 Thread Robert Simmons
You can use the scripts component and use xpath by itself. Sent from my iPad > On Sep 19, 2013, at 10:25 AM, bonnahu wrote: > > Hi guys, > I am wondering whether there is a way to do something like below: > > ${date:now:MMdd-HHmm}-incomingOrder-${@XPath("/order/@customerId")}-.xml > > >

Re: Proper way to initialize Transaction management for Camel in an Application Server

2013-09-20 Thread Robert Simmons
The question would be what functionality do I loose in doing that? Will I have to set up components like ActiveMQ manually instead of just getting it out of jboss jndi? Sent from my iPad > On Sep 20, 2013, at 2:01 AM, Claus Ibsen wrote: > > Hi > > You can use SimpleCamelServletContextListene