You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Vincent Girard-Reydet (JIRA)" <ji...@apache.org> on 2009/12/04 13:51:53 UTC

[jira] Commented: (SMX4-426) Redundancy in bundles/versions for PAX-WEB between feature file of ServiceMix 4.1.0-SNAPSHOT and Karaf 1.1.0-SNAPSHOT

    [ https://issues.apache.org/activemq/browse/SMX4-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56259#action_56259 ] 

Vincent Girard-Reydet commented on SMX4-426:
--------------------------------------------

I see an additional problem for compatibility with Camel-CXF. See the bug SMX4-442.

> Redundancy in bundles/versions for PAX-WEB between feature file of ServiceMix 4.1.0-SNAPSHOT and Karaf 1.1.0-SNAPSHOT
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-426
>                 URL: https://issues.apache.org/activemq/browse/SMX4-426
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Charles Moulliard
>            Assignee: Freeman Fang
>             Fix For: 4.1.0
>
>
> There are redundancies and different bundles versions (concerning
> pax-web) between ServiceMix features proposed for Web module (see
> http://repository.apache.org/snapshots/org/apache/servicemix/apache-servicemix/4.1.0-SNAPSHOT/apache-servicemix-4.1.0-20091108.232317-29-features.xml)
> and what is defined in http feature of Apache Felix Karaf (see
> http://repository.apache.org/snapshots/org/apache/felix/karaf/apache-felix-karaf/1.2.0-SNAPSHOT/apache-felix-karaf-1.2.0-SNAPSHOT-features.xml)
> Remark : These features files are refered in the
> org.apache.felix.karaf.features.cfg of ServiceMix 4.0
> In feature file of ServiceMix :
> <feature name="web-core" version="4.1.0-SNAPSHOT">
> <bundle>mvn:org.ops4j.pax.web/pax-web-jsp/0.5.2</bundle>
> <bundle>mvn:org.ops4j.pax.web/pax-web-bundle/0.5.2</bundle>
> </feature>
> <feature name="web" version="4.1.0-SNAPSHOT">
> <feature version="4.1.0-SNAPSHOT">web-core</feature>
> <bundle>mvn:org.ops4j.pax.web-extender/pax-web-ex-war/0.5.0</bundle>
> <bundle>mvn:org.ops4j.pax.web-extender/pax-web-ex-whiteboard/0.5.0</bundle>
> <bundle>mvn:org.ops4j.pax.url/pax-url-war/1.0.0</bundle>
> <bundle>mvn:org.apache.servicemix.war/org.apache.servicemix.war.deployer/4.1.0-SNAPSHOT</bundle>
> </feature>
> In feature file of Apache Felix Karaf :
> <feature name="http" version="1.2.0-SNAPSHOT">
> <bundle>mvn:org.ops4j.pax.web/pax-web-bundle/0.6.0</bundle>
> </feature>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.