Re: Route Dependency in XML DSL + JPA

2013-01-19 Thread Chris Wolf
>>> >>> ${header.EventCategory} == >>> 'SessionLogon' >>> >>> >>> >>> >>> >>> >> >> > uri="

RE: Route Dependency in XML DSL + JPA

2013-01-18 Thread Gershaw, Geoffrey
affairs.de] Sent: Monday, January 14, 2013 3:08 PM To: users@camel.apache.org Subject: Re: Route Dependency in XML DSL sorry - I missed the XML prerequisite. would it be an option to connect route A to B using a direct en

Re: Route Dependency in XML DSL

2013-01-14 Thread Maruan Sahyoun
inal Message- > From: Maruan Sahyoun [mailto:sahy...@fileaffairs.de] > Sent: Monday, January 14, 2013 1:49 PM > To: users@camel.apache.org > Subject: Re: Route Dependency in XML DSL > > Hi, > > there is a sample how to stop a route from another one - can also be >

Re: Route Dependency in XML DSL

2013-01-14 Thread Ɓukasz Dywicki
XML DSL > example. Is it possible in XML? > > > -Original Message- > From: Maruan Sahyoun [mailto:sahy...@fileaffairs.de] > Sent: Monday, January 14, 2013 1:49 PM > To: users@camel.apache.org > Subject: Re: Route Dependency in XML DSL > > Hi, > >

RE: Route Dependency in XML DSL

2013-01-14 Thread Gershaw, Geoffrey
Thanks for responding. Unfortunately, this doesn't show any XML DSL example. Is it possible in XML? -Original Message- From: Maruan Sahyoun [mailto:sahy...@fileaffairs.de] Sent: Monday, January 14, 2013 1:49 PM To: users@camel.apache.org Subject: Re: Route Dependency in XML DS

Re: Route Dependency in XML DSL

2013-01-14 Thread Maruan Sahyoun
es. > > Therefore, I don't think it should start till A finishes. Unless you > could use some type of locking Mechanism. > > -Original Message- > From: Gershaw, Geoffrey > Sent: Monday, January 14, 2013 12:40 PM > To: users@camel.apache.org > Subject: RE: Ro

RE: Route Dependency in XML DSL

2013-01-14 Thread Gershaw, Geoffrey
start creating exchanges. Therefore, I don't think it should start till A finishes. Unless you could use some type of locking Mechanism. -Original Message- From: Gershaw, Geoffrey Sent: Monday, January 14, 2013 12:40 PM To: users@camel.apache.org Subject: RE: Route Dependency in XM

RE: Route Dependency in XML DSL

2013-01-14 Thread Gershaw, Geoffrey
mail.com] Sent: Monday, January 14, 2013 11:17 AM To: users@camel.apache.org Subject: Re: Route Dependency in XML DSL Hi Geoffrey, what do you mean by "route is finished" ? Do you want to call route B at the end of rotue A? Bilgin On 14 January 2013 14:58, Gershaw, Ge

Re: Route Dependency in XML DSL

2013-01-14 Thread Bilgin Ibryam
Hi Geoffrey, what do you mean by "route is finished" ? Do you want to call route B at the end of rotue A? Bilgin On 14 January 2013 14:58, Gershaw, Geoffrey wrote: > Geoffrey