You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Johan Edstrom <se...@gmail.com> on 2011/12/21 23:46:17 UTC

Re: [jira] [Commented] (CAMEL-4811) camel-ognl featues doesn't work

Wrong dep version,

http://repo1.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.javassist/3.11.0.GA_2/

Needs this one….


On Dec 21, 2011, at 3:03 PM, Christian Müller (Commented) (JIRA) wrote:

> 
>    [ https://issues.apache.org/jira/browse/CAMEL-4811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174452#comment-13174452 ] 
> 
> Christian Müller commented on CAMEL-4811:
> -----------------------------------------
> 
> We do not have this problem in camel-2.8.x
> 
>> camel-ognl featues doesn't work
>> -------------------------------
>> 
>>                Key: CAMEL-4811
>>                URL: https://issues.apache.org/jira/browse/CAMEL-4811
>>            Project: Camel
>>         Issue Type: Bug
>>         Components: osgi
>>   Affects Versions: 2.9.0
>>           Reporter: Christian Müller
>>           Assignee: Christian Müller
>>            Fix For: 2.9.1
>> 
>> 
>> Christian-Muellers-MacBook-Pro:bin cmueller$ ./karaf clean
>> karaf@root> features:addurl mvn:org.apache.camel.karaf/apache-camel/2.9.0/xml/features
>> karaf@root> features:install camel-ognl 
>> Error executing command: Could not start bundle mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ognl/3.0.2_1 in feature(s) camel-ognl-2.9.0: The bundle "org.apache.servicemix.bundles.ognl_3.0.2.1 [59]" could not be resolved. Reason: Missing Constraint: Import-Package: javassist; version="[3.11.0,4.0.0)"
>> In our parent/pom.xml we define
>> <javassist-bundle-version>3.9.0.GA_1</javassist-bundle-version>
>> which doesn't fit the import range
> 
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
> 
>