Re: How to close Mina session ?

2009-02-25 Thread Nicolas Bouillon
Hi Claus, Correct me if i'm wrong, but the apache2 snapshot repository doesn't contains any 1.6.1-SNAPSHOT : http://people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-mina/ Where can i find it ? Regards Nicolas. On Tue, Feb 24, 2009 at 08:34, Claus Ibsen claus.ib...@gmail.com

Re: How to close Mina session ?

2009-02-25 Thread Claus Ibsen
On Wed, Feb 25, 2009 at 9:34 AM, Nicolas Bouillon nico...@bouil.org wrote: Hi Claus, Correct me if i'm wrong, but the apache2 snapshot repository doesn't contains any 1.6.1-SNAPSHOT : http://people.apache.org/repo/m2-snapshot-repository/org/apache/camel/camel-mina/ Where can i find it ? I

Combination of filters

2009-02-25 Thread david_geary
Hi, I'm using an xpath filter in the xml configuration eg filter xpath//cs:case/@queue=13/xpath to uri=/ /filter What's the easiest way to combine filters eg I want to accept it if its on queue 13 OR 14 (or if on queue 13 AND some other attribute is a particular value?) I know I

Re: Combination of filters

2009-02-25 Thread James Strachan
2009/2/25 david_geary david_ge...@lagan.com: Hi, I'm using an xpath filter in the xml configuration eg filter xpath//cs:case/@queue=13/xpath to uri=/ /filter What's the easiest way to combine filters eg I want to accept it if its on queue 13 OR 14 (or if on queue 13 AND some other

Delayer: Transport disposed at JVM-Shutdown

2009-02-25 Thread Markus Reil
Hi, I frequently get a Transport disposed error for delayed messages when I shutdown Tomcat. My route is configured like this: from(queue).delayer(3L).bean(customRouterBean).recipientList(HEADER_TARGET_ROUTE); Depending on some internal state my customRouterBean decides where the message

Re: Setting initial xml content for timer mesages

2009-02-25 Thread Hadrian Zbarcea
Looks like velocity is the simplest solution for your problem here. Hadrian On Feb 25, 2009, at 8:46 AM, Claus Ibsen wrote: On Wed, Feb 25, 2009 at 1:09 PM, david_geary david_ge...@lagan.com wrote: I want to use a timer to call a web service so i need to set the xml body of the message.

Re: Setting initial xml content for timer mesages

2009-02-25 Thread Claus Ibsen
On Thu, Feb 26, 2009 at 5:31 AM, Hadrian Zbarcea hzbar...@gmail.com wrote: Looks like velocity is the simplest solution for your problem here. Hadrian Yeah I was about to suggest the same, Velocity, Freemarker og that StringTemplate. Can all read a template file and transform it. However you can

Re: Restlet Component Fault Handling

2009-02-25 Thread Claus Ibsen
On Tue, Feb 24, 2009 at 1:21 AM, tfredrich tfredr...@yahoo.com wrote: I'm utilizing the Restlet component (via a Trunk build) and am interested in better understanding error handling behavior via the exchange fault message. BTW, I appreciate your work on this component!  Good stuff, indeed.