Re: svn commit: r1420455 - /camel/trunk/camel-core/src/main/java/org/apache/camel/processor/WrapProcessor.java

2012-12-11 Thread Claus Ibsen
Hi Yeah not all processors should be traced. Such as Wrap, as its not intended for tracing, but for internal purposes only. So I am -1 on this commit also. On Wed, Dec 12, 2012 at 5:38 AM, Willem jiang wrote: > Hi Christian, > > This change breaks some unit tests of camel-core, can you have a lo

Re: svn commit: r1420455 - /camel/trunk/camel-core/src/main/java/org/apache/camel/processor/WrapProcessor.java

2012-12-11 Thread Willem jiang
Hi Christian, This change breaks some unit tests of camel-core, can you have a look at them ? BTW, wrap[org.apache.camel.processor.DefaultErrorHandlerOnExceptionTraceTest$MyProcessor@301a69c] is really a good trace lab for us to use. Failed tests: testOk(org.apache.camel.processor.DefaultEr

Re: [RESULT][VOTE] Release Apache Camel 2.10.3

2012-12-11 Thread Christian Müller
Unfortunately I'm more than busy with other tasks... If Hadrian (in CC) doesn't respond until tomorrow, we will find one... But I'm sure he will respond... Best, Christian On Tue, Dec 11, 2012 at 9:11 AM, Claus Ibsen wrote: > release

Re: property-placeholder + OSGI

2012-12-11 Thread Christian Müller
Camel 2.10. and before is tested with Karaf 2.2.x as you can read here: http://camel.apache.org/karaf.html Camel 2.11 will be the first version officially supporting Karaf 2.3.x. Best, Christian On Tue, Dec 11, 2012 at 8:43 AM, SpinWin wrote: > Hi, > > To answer your questions : > > Karaf versi

Re: JMapper Framework

2012-12-11 Thread Claus Ibsen
Hi Alessandro Thanks for sharing this with us. I assume you use some byte code manipulation to have the performance of the static code? On Mon, Dec 10, 2012 at 2:30 PM, Alessandro Vurro wrote: > Hello Camel team, > > I noticed that you used dozer to perform conversions, the problem of Dozer >

Re: Fwd: ASF Board Report for Dec 2012 is now due

2012-12-11 Thread Hadrian Zbarcea
I would just take out the 2 lines about Camel in the news, not really relevant for the board. Other than that, it looks good. My $0.02, Hadrian On 12/10/2012 03:06 PM, Christian Mueller wrote: I plan to submit our Dec 2012 Apache Camel board report at 12 December 2012 (in 2 days). You can find

Re: How to have more than one condition in simple expression language

2012-12-11 Thread Bilgin Ibryam
ohh, also the user list is better place for these kind of questions. This list is for developing Apache Camel itself HTH Bilgin On 11 December 2012 12:57, Bilgin Ibryam wrote: > Hi Justin, > > try using the word "and" instead of && > > Bilgin > > On 11 December 2012 11:34, justinblandford > wro

Re: Apach Camel

2012-12-11 Thread Christian Müller
Please use the users@ mailing list for such kind of questions. What did you try so faw and struggeling with? Best, Christian Sent from a mobile device Am 11.12.2012 04:38 schrieb "Sam Amor" : > > Dear Sir or Madam, > can you help me with my exercise in Apach Camel > Thanks in Advance > i have t

Re: How to have more than one condition in simple expression language

2012-12-11 Thread Bilgin Ibryam
Hi Justin, try using the word "and" instead of && Bilgin On 11 December 2012 11:34, justinblandford wrote: > The entity name must immediately follow the '&' in the entity reference.

How to have more than one condition in simple expression language

2012-12-11 Thread justinblandford
Hi, I have a choice block in a camel route similar to :- ${header.myProp} == 'myTestProp' && ${body} contains 'stringToFind' However, I get a compilation error:- The entity name must immediately follow the '&' in the entity reference. I'm using Camel 2.9 so as far as I can see the 'and' and 'or'

Re: [RESULT][VOTE] Release Apache Camel 2.10.3

2012-12-11 Thread Claus Ibsen
Hi Seems the release never got announced or the last bits of the release process done. The new 2.10.3 and 2.9.5 releases are distributed to - Maven Central - Apache Mirror Download sites So its a matter of getting these release announced and update the online XSD schema files. And follow the re