[ 
https://issues.apache.org/jira/browse/AMQ-3142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010217#comment-13010217
 ] 

Dejan Bosanac commented on AMQ-3142:
------------------------------------

I'm trying now to make 5.5.0 work with both karaf 2.1.x and 2.2.0 and newer, 
but have some difficulties at the moment. I created a separate features for 
[2.1.x|http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf/src/main/resources/features-2.1.xml?revision=1084635&view=markup].

But trying to do:

{code}
karaf@root> features:addUrl 
mvn:org.apache.activemq/activemq-karaf/5.5-SNAPSHOT/xml/features-2.1
karaf@root> features:install activemq-spring 
{code}

gets

{code}
Error executing command: Could not start bundle 
mvn:org.apache.activemq/activemq-karaf/5.5-SNAPSHOT in feature(s) 
activemq-5.5-SNAPSHOT: Unresolved constraint in bundle activemq-karaf [64]: 
Unable to resolve 64.0: missing requirement [64.0] package; 
(&(package=org.apache.felix.gogo.commands)(version>=0.6.0)(!(version>=1.0.0)))
{code}


I tried manually adding gogo commands and runtime (v 0.8.0) but with no luck. 
Can someone else take a look at it, as I might missing something obvious.

 



> Prepare the upgrade to Karaf 2.2
> --------------------------------
>
>                 Key: AMQ-3142
>                 URL: https://issues.apache.org/jira/browse/AMQ-3142
>             Project: ActiveMQ
>          Issue Type: Bug
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Dejan Bosanac
>             Fix For: 5.5.0
>
>         Attachments: AMQ3142.patch
>
>
> ActiveMQ 5.4.x uses Karaf 2.1.0.
> Karaf 2.2.0 will be released soon. A change affects ActiveMQ: a new Felix 
> gogo version.
> For instance, if you try to deploy ActiveMQ 5.4.2 on Karaf 2.1.99-SNAPSHOT, 
> you will get an unresolved constraint as the Felix Gogo export package 
> changed.
> In preparation for the support of Karaf 2.2.0, I'm gonna submit a patch to 
> update the Import-Package and use the corresponding Gogo version.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to