Re: PropertiesComponent on errorHandler properties

2012-02-14 Thread Alessio Giannetti
https://issues.apache.org/jira/browse/CAMEL-5007 As soon as possible I will start working on this issue. Thank you for your quick reply :) On Tue, Feb 14, 2012 at 3:32 PM, Willem Jiang wrote: > It's not difficult to implement this kind feature on the ErrorHandler. > Please fill a JIRA[1] for it

About false-positive Test inside Camel source!

2012-02-14 Thread Babak Vahdat
Hi Today there was a question on the user forum [1] where I applied a patch regarding it, however my concern by this post is not the issue user suffered from but the unit-test [2] which does behave false-positive! If at the line 147 you would change: assertEquals(TEXT, result); With:

Re: PropertiesComponent on errorHandler properties

2012-02-14 Thread Willem Jiang
It's not difficult to implement this kind feature on the ErrorHandler. Please fill a JIRA[1] for it. And we are welcome the contribution. [1]https://issues.apache.org/jira/browse/CAMEL On Tue Feb 14 20:19:17 2012, Alessio Giannetti wrote: Using Camel I noticed that the PropertiesComponent works

Re: [DISCUSS] Camel and MongoDB

2012-02-14 Thread Raul Kripalani
If there are to be run on a CI server, the pre-execution and post-execution scripts of the build job would simply run and stop MongoDB. To run them in user machines, I have included the instructions in the README.txt in the component's source. The Unit Test classes detect whether MongoDB is runnin

Re: [DISCUSS] Camel and MongoDB

2012-02-14 Thread Bilgin Ibryam
On 14 February 2012 12:13, Raul Kripalani wrote: > Hi Bilgin, > > Apologies for the delay in my reply. > > Regarding the unit test depending on an installation of MongoDB, there is > really no way out. There is nothing out there to support an embedded > instance of MongoDB (have spent hours searc

Re: [DISCUSS] Camel and MongoDB

2012-02-14 Thread Raul Kripalani
Hi Bilgin, Apologies for the delay in my reply. Regarding the unit test depending on an installation of MongoDB, there is really no way out. There is nothing out there to support an embedded instance of MongoDB (have spent hours searching). Moreover, MongoDB is really a C application, so even if