Re: ExchangePattern.InOut ActiveMq exception

2009-02-28 Thread Claus Ibsen
Hi Could you create a small sample application that demonstrates this? Will help while investigating. On Fri, Feb 27, 2009 at 12:59 AM, Joe White joe.wh...@recondotech.com wrote: In Camel 1.5 when using the ExchangePattern.InOut I get an exception when tearing down the activemq broker the

Re: Camel-quartz

2009-02-28 Thread Claus Ibsen
Hi I have created the ticket and is currently improving the quartz component. Yeah its a real bummer with the / as cron separators. I have improved it to be a URI parameter instead, only requiring to use _ as space. eg: quartz://myGroup/myTimerName?cron=0_0/5_12-18_?_*_MON-FRI

Re: NoClassDefFoundError for unrelated classes

2009-02-28 Thread Claus Ibsen
Hi Thanks for reporting. I created an entry in FAQ http://cwiki.apache.org/confluence/display/CAMEL/Why+do+Camel+throw+so+many+NoClassDefFoundException+on+startup On Fri, Feb 27, 2009 at 11:26 PM, Bob Pollack robert_h_poll...@yahoo.com wrote: Just FYI, this behavior was probably triggered by

Re: Camel-quartz

2009-02-28 Thread Hadrian Zbarcea
I think using '+' for a space is a common convention and better than a '_'. $0.02 Hadrian On Feb 28, 2009, at 10:29 AM, Claus Ibsen wrote: Hi The ticket: https://issues.apache.org/activemq/browse/CAMEL-1407 Implemented in Camel 2.0 On Sat, Feb 28, 2009 at 4:06 PM, Claus Ibsen

Re: Camel-quartz

2009-02-28 Thread Claus Ibsen
On Sat, Feb 28, 2009 at 5:06 PM, Hadrian Zbarcea hzbar...@gmail.com wrote: I think using '+' for a space is a common convention and better than a '_'. Okay lets support them both, using _ is much easier to read instead of +. Try a complex cron with - and using + as separators is not easy to read.

Re: File: using absolute file paths with moveExpressions

2009-02-28 Thread Claus Ibsen
On Fri, Feb 27, 2009 at 8:34 PM, Joseph E. Gottman jgott...@proteus-technologies.com wrote:   I'm using the Camel 2.0  File component and I'm having trouble with the new moveExpression.  I need to move my input file to an absolute directory, but the moveExpression always assumes that I've

Re: File: using absolute file paths with moveExpressions

2009-02-28 Thread Claus Ibsen
Hi I have fixed it now. Please test it on your system with the latest SNAPSHOT of Camel 2.0. It could takes 4+ hours before its published to the maven repo. On Sat, Feb 28, 2009 at 5:36 PM, Claus Ibsen claus.ib...@gmail.com wrote: On Fri, Feb 27, 2009 at 8:34 PM, Joseph E. Gottman