[ https://issues.apache.org/activemq/browse/AMQ-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58580#action_58580 ]
Willem Jiang commented on AMQ-2501: ----------------------------------- Also merged the this patch into ActiveMq 5.3 branch, it should be a part of ActiveMQ 5.3.2. > Modify Apache Camel version of the pom > -------------------------------------- > > Key: AMQ-2501 > URL: https://issues.apache.org/activemq/browse/AMQ-2501 > Project: ActiveMQ > Issue Type: Bug > Reporter: Charles Moulliard > Assignee: Willem Jiang > Fix For: 5.4.0 > > Attachments: MANIFEST.MF > > > The current pom of the activemq project uses 2.0 as camel version. > The issue is that when we deploy activemq-camel 5.3.0 top of servicemix > 4.1.0-SNAPSHOT, we have a classloading issue because activemq-camel bundle > cannot import org.apache.camel.component.jms package from Camel 2.1.SNAPSHOT > May I propose to change version or add a version range in the MANIFEST file > generated for activemq-camel : > The current is : > {code} > Import-Package: META-INF.services.org.apache.camel,javax.jms;version=" > [1.1,1.2)",org.apache.activemq;version="[5.3,5.4)",org.apache.activem > q.advisory;version="[5.3,5.4)",org.apache.activemq.camel;version="[5. > 3,5.4)",org.apache.activemq.camel.component;version="[5.3,5.4)",org.a > pache.activemq.camel.converter;version="[5.3,5.4)",org.apache.activem > q.command;version="[5.3,5.4)",org.apache.activemq.kaha.impl.async;ver > sion="[5.3,5.4)",org.apache.activemq.management;version="[5.3,5.4)",o > rg.apache.activemq.spring;version="[5.3,5.4)",org.apache.activemq.tra > nsport;version="[5.3,5.4)",org.apache.activemq.util;version="[5.3,5.4 > )",org.apache.camel;resolution:=optional;version="[2.0,2.1)",org.apac > he.camel.component.jms;resolution:=optional;version="[2.0,2.1)",org.a > pache.camel.impl;resolution:=optional;version="[2.0,2.1)",org.apache. > camel.util;resolution:=optional;version="[2.0,2.1)",org.apache.common > s.logging,org.apache.xbean.spring.context.v2;resolution:=optional,org > .springframework.beans.factory;resolution:=optional;version="[2.5,2.6 > )",org.springframework.beans.factory.xml;resolution:=optional;version > ="[2.5,2.6)",org.springframework.jms.connection;resolution:=optional; > version="[2.5,2.6)",org.springframework.transaction;resolution:=optio > nal;version="[2.5,2.6)" > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.