You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Charles Moulliard (JIRA)" <ji...@apache.org> on 2009/12/17 10:07:52 UTC

[jira] Commented: (SMX4-446) Update Feature file of SMX4 to use HTTP feature of karaf and same version of jetty as camel feature file

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

Charles Moulliard commented on SMX4-446:
----------------------------------------

Here is the modification that I have done :

- Remove web feature (= replaced by Karaf http feature)
- Rename web --> war-deployer
    <feature name="war-deployer" version="${version}">
        <feature version="${felix.karaf.version}">http</feature>
        <bundle>mvn:org.apache.servicemix.war/org.apache.servicemix.war.deployer/${version}</bundle>
    </feature>
- Change in the pom version of jetty service --> 6.1.19_2
- Clean cxf feature

    <feature name="cxf-osgi" version="${version}">
        <feature version="${cxf.version}">cxf</feature>
        <feature version="${felix.karaf.version}">http</feature>
    </feature>
- Add repository reference in feature file
   <repository>mvn:org.apache.felix.karaf/apache-felix-karaf/${felix.karaf.version}/xml/features</repository>

> Update Feature file of SMX4 to use HTTP feature of karaf and same version of jetty as camel feature file
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-446
>                 URL: https://issues.apache.org/activemq/browse/SMX4-446
>             Project: ServiceMix 4
>          Issue Type: Improvement
>    Affects Versions: 4.0.0
>            Reporter: Charles Moulliard
>             Fix For: 4.1.0
>
>


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