Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-25 Thread huntc
ext: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p511279.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-25 Thread Claus Ibsen
her. > > Let's not have other projects constrain what we do here. > -- If you use maven in your project it should be just a matter of changing the spring version in your pom.xml by adding a properties as shown here: 3.0.2.RELEASE > View this message in contex

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-24 Thread huntc
OSGi and thus its great handling at dependencies I'm not sure I get why Camel needs to be strongly coupled there either. Let's not have other projects constrain what we do here. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscriptio

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread huntc
on Spring 2? -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510985.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread Claus Ibsen
ipped out of the box. > Kind regards, > Christopher > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510888.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread Claus Ibsen
On Wed, Jun 23, 2010 at 4:01 PM, Willem Jiang wrote: > Hi, > > As Camel is used within ActiveMQ and ServiceMix, we can't just upgrade > Spring version in Camel. > But there is spring3 profile in camel parent/pom.xml, you can build camel > with spring 3.0.3.RELEASE with that profile if you like. >

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread Willem Jiang
Hi, As Camel is used within ActiveMQ and ServiceMix, we can't just upgrade Spring version in Camel. But there is spring3 profile in camel parent/pom.xml, you can build camel with spring 3.0.3.RELEASE with that profile if you like. If you are using OSGi, camel also has a feature file (feature

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread huntc
Claus Ibsen-2 wrote: > > No you can replace the spring jars. > Upgrading to Spring 3.0.3.RELEASE fixes the problem. Should we move Camel to Spring 3? Kind regards, Christopher -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-sub

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread Claus Ibsen
gt; View this message in context: > http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510888.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread huntc
re stack trace I'm afraid! BTW: Is there a big issue with regards to upgrading Camel to Spring 3? Kind regards, Christopher -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510888.html Sent from th

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread Claus Ibsen
ace? Maybe we can find a spot in the camel-jms component to workaround this issue by setting an non null message on the JmsException. This may help prevent this spring bug. > Kind regards, > Christopher > -- > View this message in context: > http://camel.465427.n5.nabble.com/Probl

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread Claus Ibsen
           return message; >        } > > > Any thoughts? Have we started using some later version of Spring? > Ah that is a rather famous bug in Spring 2.5.6 which they did not want to fix in the 2.5.x line. So its only fixed in Spring 3.0 onwards. > Kind regards, >

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread huntc
After a little more research, I think its because the version of Spring we're using has this bug: https://jira.springsource.org/browse/SPR-5275 Any recommendations? Kind regards, Christopher -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread huntc
abble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510846.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-23 Thread huntc
Just for the record, I've updated the broker to 5.3.2 as well. I'm now using the latest of everything. I shall now start looking at the Camel component... -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-21 Thread huntc
OK, upgrading to AMQ 5.3.2 didn't help either. Help! -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510536.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-21 Thread huntc
ow in about 12 hours!). Kind regards, Christopher -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510394.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-20 Thread Willem Jiang
Hi, I think it should be OK to use Camel 2.3.0 with ActiveMQ 5.3.x, as we ran the development tests of Camel with ActiveMQ 5.3.x. Willem huntc wrote: I was using Camel 2.2.0 so I've now upgraded to 2.3.0 in the hope that the problem may go away. My other thought is to upgrade the camel-act

Re: Problem with maintaining a JMS subscription after waking from sleep

2010-06-20 Thread huntc
tly appreciated of course. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510288.html Sent from the Camel - Users mailing list archive at Nabble.com.

Problem with maintaining a JMS subscription after waking from sleep

2010-06-18 Thread huntc
t I may be able to do to circumvent the issue I'm seeing? Kind regards, Christopher -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-maintaining-a-JMS-subscription-after-waking-from-sleep-tp510193p510193.html Sent from the Camel - Users mailing list archive at Nabble.com.