Camel 2.4.0 NoClassDefFoundError org/springframework/context/SmartLifecycle / appears in camel in action too.

2010-08-08 Thread Mark
To reproduce: mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes \ -DarchetypeArtifactId=camel-archetype-activemq -DarchetypeVersion=2.4.0 \ -DgroupId=myGroupId -DartifactId=myArtifactId mvn clean camel:run ... Failed properties: Property 'brokerURL' threw exception; nested exc

SAXParseException while doing CBR

2010-08-08 Thread M.Ismail
I'm using Camel 2.4 and I receive "Caused by: org.xml.sax.SAXParseException: Premature end of file" when I try to publish a mina TCP endpoint and route the requests to a file. Although this exception is raised, the message is routed correctly to the destination. It's only the exception that doesn

Re: camel 2.5 recipientList aggregationStrategy timeout

2010-08-08 Thread Marco Crivellaro
That is exactly what I am experiencing (sorry for the late reply). If an FTP endpoint is not reliable I am not receiving a connection timeout even though I've set it to 10 secs or less; the timeout is raised after several minutes (even 60mins)... in such a case the recipient list runs in timeout i

Re: camel 2.5 recipientList aggregationStrategy timeout

2010-08-08 Thread Claus Ibsen
On Fri, Aug 6, 2010 at 1:23 PM, Marco Crivellaro wrote: > > I've tried current snapshot; the timeout is working as expected, although the > task doesn't get cancelled. > I receive messages from running thread (connection timeout to an FTP) after > the timeout is raised (many seconds afterwards). >

Re: CXF Producer issues

2010-08-08 Thread Yiannis Mavroukakis
Hi Claus, The sweet smell of win :D Thank you. Yiannis On 8 August 2010 08:03, Claus Ibsen wrote: > Hi > > Welcome to the Camel community. > > > > On Sun, Aug 8, 2010 at 12:17 AM, Yiannis Mavroukakis > wrote: >> Hello everyone, >> I'm newly introduced to camel and I'm currently playing around

Re: camel 2.5 recipientList aggregationStrategy timeout

2010-08-08 Thread Claus Ibsen
On Fri, Aug 6, 2010 at 1:23 PM, Marco Crivellaro wrote: > > I've tried current snapshot; the timeout is working as expected, although the > task doesn't get cancelled. > I receive messages from running thread (connection timeout to an FTP) after > the timeout is raised (many seconds afterwards). >

Re: CXF Producer issues

2010-08-08 Thread Claus Ibsen
Hi Welcome to the Camel community. On Sun, Aug 8, 2010 at 12:17 AM, Yiannis Mavroukakis wrote: > Hello everyone, > I'm newly introduced to camel and I'm currently playing around with > it, with a view of integrating it in our stack. > I've currently come up against an issue with CXF WS as a pr