Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 16992 invoked from network); 21 Apr 2008 03:17:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Apr 2008 03:17:45 -0000 Received: (qmail 23499 invoked by uid 500); 21 Apr 2008 03:17:47 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 23427 invoked by uid 500); 21 Apr 2008 03:17:46 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 23418 invoked by uid 99); 21 Apr 2008 03:17:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Apr 2008 20:17:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of willem.jiang@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Apr 2008 03:17:00 +0000 Received: by wa-out-1112.google.com with SMTP id k22so2639260waf.0 for ; Sun, 20 Apr 2008 20:17:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=awTooVgNUz5HUCP/BSf8vFXmIPutgnzdLE9jnea5sac=; b=qqRDqGSAHXLdAQrL6+8H75oNoqrzuGqkp9EGJTy9OgWmAVWklpaucgAXa5lhMTvACV0b/ehpNrcfU6twKqlqExH/Uj+9Wdkquhv72YCkM3IqcoixAPSHCaEILt+fNOoFDpZBTGy88700Z3bY9BJMlMKE/CwKiNBdsB7/gz1Iogs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=jxz+MQhpYGsaVe/cJmEzI2XeiNb5QXB8pLYTMUiu8mZeib9kxgPBOxtaD+taDzwhthJ1AaRRreUhQ1H9skOe43Nb+GXoGM4l9hSC36AT1AV0mzmNFxsPqDJy6A8/I9htthsVf+3QK0SfzXF8SfJbOtBwzGNctDufSWfGXe6j0pk= Received: by 10.115.77.1 with SMTP id e1mr5327148wal.103.1208747833450; Sun, 20 Apr 2008 20:17:13 -0700 (PDT) Received: from ?192.168.0.148? ( [221.218.160.110]) by mx.google.com with ESMTPS id j38sm6387365waf.54.2008.04.20.20.17.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 20 Apr 2008 20:17:10 -0700 (PDT) Message-ID: <480C0727.9020705@gmail.com> Date: Mon, 21 Apr 2008 11:16:55 +0800 From: Willem Jiang User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: camel-dev@activemq.apache.org Subject: Re: [HEADS-UP] - pom.xml files changed due CAMEL-281 (spring stuff) References: <4C1FB9C00D24A140906239533638C4D203D14C26@EXVS04.exserver.dk> In-Reply-To: <4C1FB9C00D24A140906239533638C4D203D14C26@EXVS04.exserver.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Since ActiveMQ and ServiceMix are using the Spring bundle jar, when they are used with camel, you need to watch out the Spring jars dependency. Because the Camel's spring jars dependency will not override the Spring bundle.jar which may be introduced by the ActiveMQ, there will be lots of different version of Spring jars. I just fixed some build errors which are caused by the change of CAMEL-281 by excluding the Spring bundle jar dependency from the ActiveMQ dependency. Any thought ? Willem Claus Ibsen wrote: > Damm it is CAMEL-281 > > Med venlig hilsen > > Claus Ibsen > ...................................... > Silverbullet > Skovsg�rdsv�nget 21 > 8362 H�rning > Tlf. +45 2962 7576 > Web: www.silverbullet.dk > > -----Original Message----- > From: Claus Ibsen [mailto:ci@silverbullet.dk] > Sent: 14. april 2008 21:11 > To: camel-dev@activemq.apache.org > Subject: [HEADS-UP] - pom.xml files changed due CAMEL-42 (spring stuff) > > Hi > > > > I am about to commit patch for CAMEL-281 so we are using dependency on fine grained spring jars instead of the big almighty spring.jar > > It runs on my system but I wanted to give a heads up if maven starts to behave messy on your system. > > > > > > Med venlig hilsen > > > > Claus Ibsen > > ...................................... > > Silverbullet > > Skovsg�rdsv�nget 21 > > 8362 H�rning > > Tlf. +45 2962 7576 > > Web: www.silverbullet.dk > > > > >