Hello Claus, org.apache.camel.itest.osgi.jms.JmsTest still uses ActiveMQ 5.4.0. I tried to upgrade this test to 5.4.1, but I received an exception that URL [mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/0.1-r964701] could not be resolved. Camel parent defines a dependency to version 0.1-incubating. In the official maven repo at http://repo1.maven.org/maven2/and https://repository.apache.org/content/repositories/releases I didn't found the version 0.1-r964701. I thought I can fix this, but I'm afraid you have to do this by yourself.
Cheers, Christian On Wed, Sep 22, 2010 at 3:10 PM, <davscl...@apache.org> wrote: > Author: davsclaus > Date: Wed Sep 22 13:10:16 2010 > New Revision: 999926 > > URL: http://svn.apache.org/viewvc?rev=999926&view=rev > Log: > Upgraded to ActiveMQ 5.4.1 > > Modified: > camel/trunk/parent/pom.xml > > Modified: camel/trunk/parent/pom.xml > URL: > http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=999926&r1=999925&r2=999926&view=diff > > ============================================================================== > --- camel/trunk/parent/pom.xml (original) > +++ camel/trunk/parent/pom.xml Wed Sep 22 13:10:16 2010 > @@ -35,7 +35,7 @@ > <properties> > <compiler.fork>false</compiler.fork> > <!-- Note that activemq dependency is only used for testing! --> > - <activemq-version>5.4.0</activemq-version> > + <activemq-version>5.4.1</activemq-version> > <apacheds-version>1.5.4</apacheds-version> > <aries-blueprint-version>0.1-incubating</aries-blueprint-version> > <axiom-version>1.2.8</axiom-version> > > >