You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Christian Müller <ch...@gmail.com> on 2010/09/24 18:24:20 UTC

Re: svn commit: r999926 - /camel/trunk/parent/pom.xml

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, <da...@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>
>
>
>

Re: svn commit: r999926 - /camel/trunk/parent/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
On Sun, Sep 26, 2010 at 2:52 PM, Christian Müller
<ch...@gmail.com> wrote:
> Hello Claus!
>
> I will do this, but what is our proposed solution?
> Upload this version in a public Maven repo? At present, it's (only)
> available here [1]
> Should Camel 2.5.0 depends on ActiveMQ 5.4.1 or 5.4.0, because of this
> issue?
>

Camel does not depend on AMQ at all. Its only used for testing JMS.

As an end user you decide what AMQ version you want to use.

For the osgi test we just keep the working 5.4.0 for now and upgrade
when 5.4.2 is out.


> [1]
> http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/aries/transaction/org.apache.aries.transaction.manager/0.1-r964701/
>
> Sorry for my inexperience,
> Christian
>
> On Sun, Sep 26, 2010 at 9:18 AM, Claus Ibsen <cl...@gmail.com> wrote:
>
>> Hi
>>
>> Yeah looks like an issue with the features file in Apache AMQ 5.4.1
>> release.
>> You should create a ticket in Apache AMQ JIRA.
>>
>>
>>
>> On Fri, Sep 24, 2010 at 6:24 PM, Christian Müller
>> <ch...@gmail.com> wrote:
>> > 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, <da...@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>
>> >>
>> >>
>> >>
>> >
>>
>>
>>
>> --
>> Claus Ibsen
>> Apache Camel Committer
>>
>> Author of Camel in Action: http://www.manning.com/ibsen/
>> Open Source Integration: http://fusesource.com
>> Blog: http://davsclaus.blogspot.com/
>> Twitter: http://twitter.com/davsclaus
>>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Re: svn commit: r999926 - /camel/trunk/parent/pom.xml

Posted by Christian Müller <ch...@gmail.com>.
Hello Claus!

I will do this, but what is our proposed solution?
Upload this version in a public Maven repo? At present, it's (only)
available here [1]
Should Camel 2.5.0 depends on ActiveMQ 5.4.1 or 5.4.0, because of this
issue?

[1]
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/aries/transaction/org.apache.aries.transaction.manager/0.1-r964701/

Sorry for my inexperience,
Christian

On Sun, Sep 26, 2010 at 9:18 AM, Claus Ibsen <cl...@gmail.com> wrote:

> Hi
>
> Yeah looks like an issue with the features file in Apache AMQ 5.4.1
> release.
> You should create a ticket in Apache AMQ JIRA.
>
>
>
> On Fri, Sep 24, 2010 at 6:24 PM, Christian Müller
> <ch...@gmail.com> wrote:
> > 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, <da...@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>
> >>
> >>
> >>
> >
>
>
>
> --
> Claus Ibsen
> Apache Camel Committer
>
> Author of Camel in Action: http://www.manning.com/ibsen/
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
>

Re: svn commit: r999926 - /camel/trunk/parent/pom.xml

Posted by Guillaume Nodet <gn...@gmail.com>.
I think jbonofre already submitted a patch for that.

On Sun, Sep 26, 2010 at 09:18, Claus Ibsen <cl...@gmail.com> wrote:

> Hi
>
> Yeah looks like an issue with the features file in Apache AMQ 5.4.1
> release.
> You should create a ticket in Apache AMQ JIRA.
>
>
>
> On Fri, Sep 24, 2010 at 6:24 PM, Christian Müller
> <ch...@gmail.com> wrote:
> > 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, <da...@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>
> >>
> >>
> >>
> >
>
>
>
> --
> Claus Ibsen
> Apache Camel Committer
>
> Author of Camel in Action: http://www.manning.com/ibsen/
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: svn commit: r999926 - /camel/trunk/parent/pom.xml

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Yeah looks like an issue with the features file in Apache AMQ 5.4.1 release.
You should create a ticket in Apache AMQ JIRA.



On Fri, Sep 24, 2010 at 6:24 PM, Christian Müller
<ch...@gmail.com> wrote:
> 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, <da...@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>
>>
>>
>>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus