Re: [DISCUSS] Camel 3.0 - Core of the routing engine

2013-02-18 Thread Christian Schneider
+1 I think one of the main things camel is missing is a routing engine. Like you wrote, currently each processor calls the next. Aspects like asynchronous behaviour, transaction and security are also implemented as processors. I think what we need is a runtime model of a camel route that represen

[Camel 3 discussion] Components releases

2013-02-18 Thread Henryk Konsek
Hi, Unfortunately I won't be able to join the IRC session today as I need to hire myself as a babysitter this evening. However I would like to discuss some subject that come up recently [1]. One on the issues discussed during the previous IRC session was the question whether is it possible to rele

Re: [DISCUSS] Camel 2.10.4 and 2.9.6 releases

2013-02-18 Thread Hadrian Zbarcea
The full tests are still running, looks like I'll only finish the release tomorrow. Hadrian On 02/18/2013 08:43 AM, Hadrian Zbarcea wrote: The cxf features 2.6.6.1 are now released. I'll do the release builds today for camel-2.10.4. If you have any more fix for 2.10.4 that must go in, please le

Re: Patch committed for CAMEL-5817

2013-02-18 Thread Willem jiang
Hi Leonid, Thanks for you contribution. Apache JIRA is changed the it license policy to grant the attachment with ASF license by default. You don't have to click the check box to grant it with ASF license any more. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://w

Patch committed for CAMEL-5817

2013-02-18 Thread Leonid Kof
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello *, I have just attached a patch for CAMEL-5817, https://issues.apache.org/jira/browse/CAMEL-5817. Unfortunately, I cannot find the ASF checkbox as specified in the guidelines (http://camel.apache.org/contributing.html) "So after creating the

[DISCUSS] Camel 3.0 - Core of the routing engine

2013-02-18 Thread Raul Kripalani
Hello team, We use a recursive model in our routing engine to chain processors with one another to process exchanges. This results in lengthy stacktraces and increased memory usage due to local variable retention for longer than strictly needed, IMHO. This recent question on Stack Overflow is a t

Re: [DISCUSS] Camel 2.10.4 and 2.9.6 releases

2013-02-18 Thread Hadrian Zbarcea
The cxf features 2.6.6.1 are now released. I'll do the release builds today for camel-2.10.4. If you have any more fix for 2.10.4 that must go in, please let me know now. Cheers, Hadrian On 02/15/2013 09:10 AM, Hadrian Zbarcea wrote: Yes, vote for cxf 2.6.6.1 fixing the features issue is unde

Re: Merging from trunk to branches

2013-02-18 Thread Bilgin Ibryam
Thanks Willem, that was it. I forgot about 2.10 branch. I will update also the docs Bilgin On 18 February 2013 01:10, Willem jiang wrote: > Hi, > > When we fork the Camel-2.10.x, we changed the svn merge dependencies. > > You need to merge the patch from trunk to camel-2.10.x first. > Then you

Re: Message History EIP/Message Store status

2013-02-18 Thread Henryk Konsek
> Christian: > I'll post here again when I'm done. Great, I'm looking forward to receive your message then :) . > Willem: > +1 to start the idea in wiki. Actually it will be nice if all "ideas" champions could create such aggregation wiki pages for their topics (and link them from the "Camel 3.0

Re: New camel not working

2013-02-18 Thread Claus Ibsen
Hi You should use the @user mailing list to ask questions and help about Camel as we say here http://camel.apache.org/mailing-lists.html On Thu, Feb 14, 2013 at 2:36 PM, Rabbit wrote: > Hello > > Can anybody help me? > > I have jms connection to oracle, to receive messages from Oracle queue. On

Re: [DISCUSS] Scala components in ASF Camel

2013-02-18 Thread Henryk Konsek
Some extra thoughts from my side. -1 for writing Scala-related components in Java Using Java to write components referencing Scala libraries is a bad idea in my humble opinion. Such code is hard to maintain and will not encourage Scala people to contribute. I also believe that if somebody doesn't