Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 85D7274A1 for ; Sat, 3 Sep 2011 01:13:22 +0000 (UTC) Received: (qmail 15955 invoked by uid 500); 3 Sep 2011 01:13:22 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 15707 invoked by uid 500); 3 Sep 2011 01:13:21 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 15697 invoked by uid 99); 3 Sep 2011 01:13:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 01:13:20 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of davidkarlsen@gmail.com designates 209.85.215.173 as permitted sender) Received: from [209.85.215.173] (HELO mail-ey0-f173.google.com) (209.85.215.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 01:13:14 +0000 Received: by eyb7 with SMTP id 7so2661611eyb.32 for ; Fri, 02 Sep 2011 18:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+1uHj+xl18dhOSa0CxKt2Ff1Qm//cjaauMsj+G6sjls=; b=XVs5EfyXDwk/7GD9TmXYd4Z6Zq9M4xctGq7sqIXIbySGy9wETwVyN/j1obUpMv8Yhe SxuYRQFdtWJUzv9CXJewgSbd+QX47Uq3ukIIe8GQ/OsMKGxh43L6uX0fBey8lbk2+4qO 2WWFlUeLff4VDu+26RywvBGC3ts9m3pPTLGMA= MIME-Version: 1.0 Received: by 10.14.5.11 with SMTP id 11mr475426eek.181.1315012374607; Fri, 02 Sep 2011 18:12:54 -0700 (PDT) Received: by 10.14.119.194 with HTTP; Fri, 2 Sep 2011 18:12:54 -0700 (PDT) In-Reply-To: <72FB5D9D-8633-49E7-8674-C89ADE48499D@gmail.com> References: <1314996621232-4763828.post@n5.nabble.com> <72FB5D9D-8633-49E7-8674-C89ADE48499D@gmail.com> Date: Sat, 3 Sep 2011 03:12:54 +0200 Message-ID: Subject: Re: Karaf 2.2.3 and Camel 2.8.0 From: David Karlsen To: users@camel.apache.org Content-Type: multipart/alternative; boundary=0016367fa04a76b96304abff2d8b X-Virus-Checked: Checked by ClamAV on apache.org --0016367fa04a76b96304abff2d8b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2.9.0 could maybe aim for Spring 3.1 if it's out soon enough? 2011/9/3 Freeman Fang > Hi, > > Per the discussion on this forum before, camel 2.8.1 won't upgrade to > spring 3.0.6(as it's a minor version fix release and need backward > compatible), but camel 2.9.0 definitely will use new spring version. > > Freeman > On 2011-9-3, at =E4=B8=8A=E5=8D=884:50, mgardiner wrote: > > I have recently tried using Karaf 2.2.3 which has just updated to use >> Spring >> 3.0.6.RELEASE and we are now getting conflicts in camel-jms 2.8.0 becaus= e >> two versions of spring are available. With a new camel release underway >> are >> you considering upgrading camel to spring 3.0.6.RELEASE? >> >> Thanks. >> >> Here's the output >> >> Error executing command: Could not start bundle >> mvn:org.apache.camel/camel-**jms/2.8.0 in feature(s) camel-jms-2.8.0: >> Unable >> to resolve module org.apache.camel.camel-jms [88.0] because it is expose= d >> to >> package 'org.springframework.util' from org.springframework.core [82.0] >> and >> org.springframework.core [43.0] via two dependency chains. >> >> Chain 1: >> org.apache.camel.camel-jms [88.0] >> import: >> (&(package=3Dorg.**springframework.util)(version>** >> =3D3.0.0)(!(version>=3D4.0.0))) >> | >> export: package=3Dorg.springframework.**util >> org.springframework.core [82.0] >> >> Chain 2: >> org.apache.camel.camel-jms [88.0] >> import: >> (&(package=3Dorg.apache.camel.**impl)(version>=3D2.8.0)(!(**version>=3D2= .9.0))) >> | >> export: package=3Dorg.apache.camel.impl; >> uses:=3Dorg.springframework.jmx.**export.annotation >> org.apache.camel.camel-core [80.0] >> import: >> (&(package=3Dorg.**springframework.jmx.export.** >> annotation)(version>=3D3.0.0)(!(**version>=3D4.0.0))) >> | >> export: package=3Dorg.springframework.**jmx.export.annotation; >> uses:=3Dorg.springframework.aop.**target >> org.springframework.context [48.0] >> import: >> (&(package=3Dorg.**springframework.aop.target)(** >> version>=3D3.0.6)(!(version>=3D3.**0.7))) >> | >> export: package=3Dorg.springframework.**aop.target; >> uses:=3Dorg.springframework.core >> org.springframework.aop [47.0] >> import: >> (&(package=3Dorg.**springframework.core)(version>** >> =3D3.0.6)(!(version>=3D3.0.7))) >> | >> export: package=3Dorg.springframework.**core; >> uses:=3Dorg.springframework.util >> export: package=3Dorg.springframework.**util >> org.springframework.core [43.0] >> >> >> >> >> -- >> View this message in context: http://camel.465427.n5.nabble.** >> com/Karaf-2-2-3-and-Camel-2-8-**0-tp4763828p4763828.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> > > ------------------------------**--------------- > Freeman Fang > > FuseSource > Email:ffang@fusesource.com > Web: fusesource.com > Twitter: freemanfang > Blog: http://freemanfang.blogspot.**com > > > > > > > > > > --=20 -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen --0016367fa04a76b96304abff2d8b--