Wanted to add activemq in order to use jms.
am using s2ap rc1


Created the following library:

Library-SymbolicName: jms
Library-Name: JMS lib
Library-Version: 1.0.0.RELEASE
Import-Bundle:
com.springsource.org.apache.activemq;version="[5.1.0,5.2.0]",
com.springsource.javax.jms;version="[1.1.0,1.3.0]",
com.springsource.javax.management.j2ee;version="[1.0.1,1.3.0]",
com.springsource.javax.ejb;version="[3.0.0,3.3.0]",
com.springsource.javax.servlet;version="[2.5.0,2.6.0]",
com.springsource.javax.xml.rpc;version="[1.1.0,1.3.0]",
com.springsource.javax.xml.soap;version="[1.3.0,1.5.0]",
com.springsource.javax.activation;version="[1.1.1,1.3.0]",
com.springsource.org.apache.commons.logging;versio n="[1.1.1,1.2.0]",
com.springsource.org.apache.xmlcommons;version="[1.3.3,1.5.0]"

including the library into a bundle description (manifest.mf) produces the following error:


Resolver report:
Bundle: mybundy ... - Uses Conflict: Import-Package: org.springframework.remoting.jaxrpc; version="2.5.5.A"
Possible Supplier: org.springframework.web_2.5.5.A - Export-Package: org.springframework.remoting.jaxrpc; version="2.5.5.A"
Possible Conflicts: org.springframework.remoting,javax.servlet,org.aop alliance.intercept,org.springframework.context.sup port,javax.xml.rpc.server,org.springframework.cont ext,javax.xml.rpc.soap,org.springframework.web.con text,javax.xml.rpc,javax.xml.namespace


have not come accross such problem before ...


any idea ???