Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45E7ADE87 for ; Wed, 19 Sep 2012 06:19:43 +0000 (UTC) Received: (qmail 4001 invoked by uid 500); 19 Sep 2012 06:19:43 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 3823 invoked by uid 500); 19 Sep 2012 06:19:42 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 3799 invoked by uid 99); 19 Sep 2012 06:19:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 06:19:42 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-lpp01m010-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 06:19:37 +0000 Received: by lagz14 with SMTP id z14so525690lag.32 for ; Tue, 18 Sep 2012 23:19:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ElWalrwOoVDJ5G2Nw5VWr6lp3DJBPdjR7QgTd5xh7mw=; b=TBKb9wPMrz/vqsYZvCzBmL9qpKwtCAyep7S0AbfiXC2oc0K6Vzwe4wGjUlYJ9nfsVY TyavbSxMmn/NcgX6yNQhM3WS64T4ZPI15pWrUmTS9Q7gburoTTgZgS6IkMzuii1rH4rp 2QNxwTH+xZQde7MKYj2uhWvSnsndDLTtzOZh8f41/tpBXHM1+rv4xEhB20lrOS08Skpw 9/7Sd9vNvMlCyExLDnu/zRU+5BB1+av7tJ3PN6uozX53P/9gGysE9PvABVayGq3WwwLf bAbULvTDMhfiOAmE/CHe4vt+eqKf9SBj7yIXXcAWw7NZwE/NOxRbKvwn3gc9jlWMLIVl z9mg== Received: by 10.112.24.196 with SMTP id w4mr663471lbf.37.1348035555850; Tue, 18 Sep 2012 23:19:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.7.230 with HTTP; Tue, 18 Sep 2012 23:18:55 -0700 (PDT) In-Reply-To: <1348002964036-5719551.post@n5.nabble.com> References: <1347836905434-5719447.post@n5.nabble.com> <1348002964036-5719551.post@n5.nabble.com> From: Claus Ibsen Date: Wed, 19 Sep 2012 08:18:55 +0200 Message-ID: Subject: Re: ActiveMQ route not responding To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi You have mixed Spring versions in your pom.xml. I just spotted Spring 2.5.6 org.springframework spring 2.5.6 You need Spring 3.0+ only. You can run from command line mvn dependency:tree or mvn dependency:list To see all your JAR deps. Then you can spot mixed version issues etc. On Tue, Sep 18, 2012 at 11:16 PM, fbotti wrote: > Hi guys! Thanks for the responses. I believe that is a problem of the jars in > the pom but I still can't figure out why. > Here is my pom: > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > > 4.0.0 > > ar.com.gobhub-onti > gobhub-onti > bundle > 1.0.0-SNAPSHOT > > CXF Route ONTI > http://www.gobhub.com.ar > > > UTF-8 > > UTF-8 > 2.5.0.fuse-7-061 > 3.2.4 > 5.5.1.fuse-7-061 > > > > > release.fusesource.org > FuseSource Release Repository > > http://repo.fusesource.com/nexus/content/repositories/releases > > false > > > true > > > > snapshot.fusesource.org > FuseSource Snapshot Repository > > http://repo.fusesource.com/nexus/content/repositories/snapshots > > true > > > false > > > > ea.fusesource.org > FuseSource Early Access Repository > http://repo.fusesource.com/nexus/content/groups/ea > > false > > > true > > > > > > > release.fusesource.org > FuseSource Release Repository > > http://repo.fusesource.com/nexus/content/repositories/releases > > false > > > true > > > > snapshot.fusesource.org > FuseSource Snapshot Repository > > http://repo.fusesource.com/nexus/content/repositories/snapshots > > true > > > false > > > > ea.fusesource.org > FuseSource Early Access Repository > http://repo.fusesource.com/nexus/content/groups/ea > > false > > > true > > > > > > > org.apache.camel > camel-core > 2.9.0.fuse-7-061 > > > org.apache.camel > camel-core-osgi > 2.9.0.fuse-7-061 > > > org.apache.camel > camel-core-xml > 2.9.0.fuse-7-061 > > > org.apache.camel > camel-spring > 2.9.0.fuse-7-061 > > > org.apache.camel > camel-spring > 2.9.0.fuse-7-061 > > > > org.springframework > spring > 2.5.6 > > > > org.springframework > spring-context > 3.0.7.RELEASE > > > > org.springframework > spring-beans > 3.0.7.RELEASE > > > > org.springframework > spring-aop > 3.0.7.RELEASE > > > > org.springframework > spring-tx > 3.0.7.RELEASE > > > > org.springframework > spring-core > 3.0.7.RELEASE > > > > org.springframework > spring-test > 3.0.7.RELEASE > > > > > > org.apache.camel > camel-cxf > 2.9.0.fuse-7-061 > > > org.apache.camel > camel-cxf-transport > 2.9.0.fuse-7-061 > > > org.apache.cxf > cxf-api > ${cxf.version} > > > > org.apache.cxf > cxf-rt-bindings-soap > ${cxf.version} > > > org.apache.cxf > cxf-rt-bindings-xml > ${cxf.version} > > > org.apache.cxf > cxf-rt-core > ${cxf.version} > > > org.apache.cxf > cxf-rt-databinding-jaxb > ${cxf.version} > > > org.apache.cxf > cxf-rt-frontend-jaxrs > ${cxf.version} > > > org.apache.cxf > cxf-rt-frontend-jaxws > ${cxf.version} > > > org.apache.cxf > cxf-rt-frontend-simple > ${cxf.version} > > > org.apache.cxf > cxf-rt-transports-http > ${cxf.version} > > > org.apache.cxf > cxf-rt-transports-http-jetty > ${cxf.version} > > > org.apache.cxf > cxf-rt-ws-addr > ${cxf.version} > > > org.apache.cxf > cxf-rt-ws-policy > ${cxf.version} > > > commons-logging > commons-logging > 1.1.1 > > > org.apache.neethi > neethi > 3.0.2 > > > org.apache.ws.xmlschema > xmlschema-core > 2.0.2 > > > org.codehaus.woodstox > stax2-api > 3.1.1 > > > wsdl4j > wsdl4j > 1.6.2 > > > aopalliance > aopalliance > 1.0 > > > asm > asm > 3.3.1 > > > org.apache.geronimo.specs > geronimo-servlet_2.5_spec > 1.1.2 > > > org.apache.geronimo.specs > geronimo-javamail_1.4_spec > 1.7.1 > > > > org.hamcrest > hamcrest-core > 1.1 > > > com.sun.xml.bind > jaxb-impl > 2.1.13 > > > > > > activemq > activemq > ${activemq.version} > > > activemq > activemq-core-test > > > activecluster > activecluster > > > net.java.dev.javacc > javacc > > > xmlbeans > xmlbeans-jsr173-api > > > > > org.apache.activemq > activemq-camel > ${activemq.libs.version} > > > org.apache.activemq > activemq-pool > ${activemq.libs.version} > > > org.apache.camel > camel-jms > 2.9.0.fuse-7-061 > > > > > org.springframework > spring-jms > 3.0.7.RELEASE > > > > org.apache.camel > camel-jdbc > 2.9.0.fuse-7-061 > > > > postgresql > postgresql > 9.1-901.jdbc4 > > > > > org.slf4j > slf4j-api > 1.6.1 > > > org.slf4j > slf4j-log4j12 > 1.6.1 > > > log4j > log4j > 1.2.16 > > > > > org.apache.camel > camel-test > 2.9.0.fuse-7-061 > test > > > org.apache.camel > camel-test-spring > 2.10.0 > test > > > > junit > junit > 4.9 > test > > > > > > > install > > > > > > org.apache.maven.plugins > maven-compiler-plugin > 2.3.2 > > 1.6 > 1.6 > > > > org.apache.felix > maven-bundle-plugin > true > > > org.apache.cxf.bundle > ${project.artifactId} > > javax.jws, > javax.wsdl, > javax.xml.bind, > javax.xml.bind.annotation, > javax.xml.namespace, > javax.xml.ws, > META-INF.cxf, > META-INF.cxf.osgi, > org.apache.cxf.bus, > org.apache.cxf.bus.spring, > org.apache.cxf.bus.resource, > org.apache.cxf.configuration.spring, > org.apache.cxf.resource, > org.apache.cxf.jaxws, > org.apache.cxf.transport, > org.springframework.beans.factory.config, > !org.apache.activemq;version="[5.6,6)" , > !org.apache.activemq.advisory;version="[5.6,6)" , > !org.apache.activemq.command;version="[5.6,6)" , > !org.apache.activemq.jndi;version="[5.6,6)" , > !org.apache.activemq.kaha.impl.async;version="[5.6,6)" , > !org.apache.activemq.management;version="[5.6,6)" , > !org.apache.activemq.spring;version="[5.6,6)" , > !org.apache.activemq.transport;version="[5.6,6)" , > !org.apache.activemq.util;version="[5.6,6)" , > * > > > > > > > org.apache.camel > camel-maven-plugin > 2.9.0.fuse-7-061 > > > > > > > > TIA > > Federico > > > > -- > View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-route-not-responding-tp5719447p5719551.html > Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen