Re: Spring 3.0 and Camel 2.2 - Route configure() called before Spring beans injected

2010-05-09 Thread Willem Jiang
Hi Jonathan, I just added a unit test[1] which is based on your test case, it looks like current camel 2.3 don't have the issue that you met. Can you have a look at my test and verify your case against the latest Camel 2.3-SNAPSHOT ? [1] http://svn.apache.org/viewvc?rev=942665&view=rev Wil

Re: When will the camel features.xml file for Apache karaf support Spring 3.X?

2010-05-09 Thread Jim Talbut
Yes, the whole maven versioning infrastructure doesn't really encourage supporting two versions concurrently. What I'm doing for myself is I use a hacked karaf features file, so that the spring and spring-dm features use v3. Then I use a camel features file built with the spring-3.x profile, bu

Question about processing and persistence

2010-05-09 Thread Vomityn
I have a rather unique problem, which I was hoping the Camel community could assist me with. Take the following scenario: A queue is being populated with messages regularly every few milliseconds. The data within the message is only relevant for 5 seconds, at which point it expires. The messages

Re: unable to download 2.3 from any mirror links

2010-05-09 Thread Claus Ibsen
Hi Apache Camel 2.3 has NOT been released yet. Its in progress. Therefore you cannot download a ZIP file with it. On Mon, May 10, 2010 at 6:10 AM, vcheruvu wrote: > > Hi , > > I have tried to download the camel  2.3 version and noticed all the mirror > links are broken. > > http://apache.mirror

Re: unable to download 2.3 from any mirror links

2010-05-09 Thread Willem Jiang
Hi, We don't release the Camel 2.3.0 yet. Please keep on eye on the camel user mail list, it will be out very soon. Willem vcheruvu wrote: Hi , I have tried to download the camel 2.3 version and noticed all the mirror links are broken. http://apache.mirror.aussiehq.net.au/activemq/apache-

unable to download 2.3 from any mirror links

2010-05-09 Thread vcheruvu
Hi , I have tried to download the camel 2.3 version and noticed all the mirror links are broken. http://apache.mirror.aussiehq.net.au/activemq/apache-camel/2.3.0/apache-camel-2.3.0.zip Regards, -Vid- -- View this message in context: http://old.nabble.com/unable-to-download-2.3-from-any-mirr

Re: When will the camel features.xml file for Apache karaf support Spring 3.X?

2010-05-09 Thread Willem Jiang
It's hard to create a Feature to support Spring 3.x and Spring 2.5.x at the same time. Maybe we can create a new feature in camel which uses the Spring 3.x directly, in this way we don't need to wait for Karaf. Willem Jim Talbut wrote: Hi, When will the camel features.xml file for Apache k

Re: Recovery From Netty Connection Drop

2010-05-09 Thread Gareth Collins
Hello Claus, I am still having some problems. Whilst the connection is re-established, I believe the ChannelFuture never indicates that the send completes. I believe this is happening because: (1) Only one message after establishing the connection again appears to start processing. (2) When I t

When will the camel features.xml file for Apache karaf support Spring 3.X?

2010-05-09 Thread Jim Talbut
Hi, When will the camel features.xml file for Apache karaf support Spring 3.X? I'm guessing that the answer is: when Karaf supports Spring 3.X itself. It would be useful to have the option now, as it is in order to use Spring 3.X in Karaf I have to manually hack a few features files. Thanks