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 9AB187CFF for ; Fri, 16 Sep 2011 18:06:14 +0000 (UTC) Received: (qmail 65320 invoked by uid 500); 16 Sep 2011 18:06:14 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 65288 invoked by uid 500); 16 Sep 2011 18:06:14 -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 65280 invoked by uid 99); 16 Sep 2011 18:06:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 18:06:14 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [98.129.35.5] (HELO server505.appriver.com) (98.129.35.5) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2011 18:06:06 +0000 X-Note-AR-ScanTimeLocal: 9/16/2011 1:02:02 PM X-Policy: GLOBAL - axeda.com X-Primary: dford@axeda.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: @axeda.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.207 X-Note-Reverse-DNS: smtp.exg5.exghost.com X-Note-WHTLIST: dford@axeda.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G211 G212 G213 G214 G218 G219 G230 G320 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.207] (HELO smtp.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.4.1c) with ESMTPS id 195704242 for users@camel.apache.org; Fri, 16 Sep 2011 13:02:02 -0500 Received: from MBX22.exg5.exghost.com ([169.254.1.133]) by HT07.exg5.exghost.com ([10.242.229.247]) with mapi; Fri, 16 Sep 2011 13:05:38 -0500 From: Davis Ford To: "users@camel.apache.org" Date: Fri, 16 Sep 2011 13:04:39 -0500 Subject: RE: camel 2.8.0 with spring 2.5.6? Thread-Topic: camel 2.8.0 with spring 2.5.6? Thread-Index: Acx0ka90hAlaILX9QkS41pae9nU9TgABTj+gAADZSuA= Message-ID: <17ADFC3640F82D4F9E3A9DEDC9474E9F0507351C@MBX22.exg5.exghost.com> References: <1316181598558-4810780.post@n5.nabble.com> <17ADFC3640F82D4F9E3A9DEDC9474E9F050734DB@MBX22.exg5.exghost.com> <4E737FC4.8060609@realgo.com> <17ADFC3640F82D4F9E3A9DEDC9474E9F0507350B@MBX22.exg5.exghost.com> In-Reply-To: <17ADFC3640F82D4F9E3A9DEDC9474E9F0507350B@MBX22.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org One quick note on this: Claus states in this thread: http://camel.465427.n5= .nabble.com/Camel-and-Spring-in-2-3-td489072.html "Camel 2.x is compatible with Spring 2.0.x, Spring 2.5.x and Spring 3.0.x a= s well. However Spring 2.5.6 is the release which is being used by default.= I anticipate Camel 3.0 will be Spring 3.0+ only and JDK1.6+ only as well." However, I downgraded everything to spring 2.5.6 and tried each of camel 2.= 7.3, 2.7.2, and 2.7.1 and it doesn't work because of the same error noted i= n the thread linked above: java.lang.NoSuchMethodError: org.springframework.jms.listener.DefaultMessag= eListenerContainer.setTaskExecutor(Ljava/util/concurrent/Executor;)V at org.apache.camel.component.jms.JmsEndpoint.configureListenerContainer(J= msEndpoint.java:189) at org.apache.camel.component.jms.JmsEndpoint.createConsumer(JmsEndpoint.j= ava:213) at org.apache.camel.component.jms.JmsEndpoint.createConsumer(JmsEndpoint.j= ava:157) at org.apache.camel.component.jms.JmsEndpoint.createConsumer(JmsEndpoint.j= ava:67) at org.apache.camel.impl.EventDrivenConsumerRoute.addServices(EventDrivenC= onsumerRoute.java:61) at org.apache.camel.impl.DefaultRoute.onStartingServices(DefaultRoute.java= :75) at org.apache.camel.impl.RouteService.warmUp(RouteService.java:128) =09 I cannot seem to get camel 2.x to play nicely with spring 2.5.6. I have an= integration test that loads the spring context, including the camel-contex= t, JMS activemq instance, and posts a message to it with the ProducerTempla= te -- this is when the exception above is encountered. -----Original Message----- From: Davis Ford [mailto:dford@axeda.com]=20 Sent: Friday, September 16, 2011 1:37 PM To: users@camel.apache.org Subject: RE: camel 2.8.0 with spring 2.5.6? Thanks Brendan - that link seems to imply that you must have spring 3.x for= camel-spring-ws -- which I am *not* using. It would be great if I could u= se a camel 2.8.x release with spring 2.5.6. Again, I'm using camel-spring= , camel-core, and camel-jms along with activemq. I guess I just have to tr= y it, update all the versions, do the builds and run all the tests, and see= what falls out. Thanks... Davis -----Original Message----- From: Brendan Long [mailto:brendan@realgo.com]=20 Sent: Friday, September 16, 2011 12:57 PM To: users@camel.apache.org Subject: Re: camel 2.8.0 with spring 2.5.6? According to this page: https://camel.apache.org/spring-web-services.html Camel 2.8 requires Spring 3, so just pick a version before that. I think 2.7.3 is the newest you can use: https://camel.apache.org/camel-273-release.html