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

Stephane Chomat commented on CXF-3333:
--------------------------------------

The features karaf (2.2.0) have allready a feature 'spring' and 'jetty'. Most 
bundles are the same. See the comparaison.
I propose to use these two features and create features cxf-spring and 
cxf-jetty with missing bundles.

{code:xml}
<features>
  <feature name='spring' version='3.0.5.RELEASE'>
    
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_3</bundle>
 --> ok version 1.0_4
    <bundle>mvn:org.springframework/spring-asm/3.0.5.RELEASE</bundle>           
                       --> ok
    <bundle>mvn:org.springframework/spring-aop/3.0.5.RELEASE</bundle>           
                       --> ok
    <bundle>mvn:org.springframework/spring-aspects/3.0.5.RELEASE</bundle>
    <bundle>mvn:org.springframework/spring-core/3.0.5.RELEASE</bundle>          
                       --> ok
    <bundle>mvn:org.springframework/spring-beans/3.0.5.RELEASE</bundle>         
                       --> ok
    <bundle>mvn:org.springframework/spring-context/3.0.5.RELEASE</bundle>       
                       --> ok
    
<bundle>mvn:org.springframework/spring-context-support/3.0.5.RELEASE</bundle>   
                   --> ok
    <bundle>mvn:org.springframework/spring-expression/3.0.5.RELEASE</bundle>    
                       --> ok
  </feature>
  <feature name='jetty7' version='2.3.3'> -> feature name jetty 
(7.2.2.v20101205)
    
<bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2</bundle>  
                   --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-util/7.2.2.v20101205</bundle>           
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-io/7.2.2.v20101205</bundle>             
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-http/7.2.2.v20101205</bundle>           
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-client/7.2.2.v20101205</bundle>
    <bundle>mvn:org.eclipse.jetty/jetty-continuation/7.2.2.v20101205</bundle>   
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-jmx/7.2.2.v20101205</bundle>
    <bundle>mvn:org.eclipse.jetty/jetty-server/7.2.2.v20101205</bundle>         
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-security/7.2.2.v20101205</bundle>       
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-servlet/7.2.2.v20101205</bundle>        
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-servlets/7.2.2.v20101205</bundle>
    <bundle>mvn:org.eclipse.jetty/jetty-xml/7.2.2.v20101205</bundle>            
                       --> ok
    <bundle>mvn:org.eclipse.jetty/jetty-webapp/7.2.2.v20101205</bundle>         
                       --> in feature jetty-jas
  </feature>
{code}

> Create Features.xml for Karaf that is deployed with CXF
> -------------------------------------------------------
>
>                 Key: CXF-3333
>                 URL: https://issues.apache.org/jira/browse/CXF-3333
>             Project: CXF
>          Issue Type: New Feature
>            Reporter: Christian Schneider
>            Assignee: Willem Jiang
>             Fix For: 2.3.4
>
>
> To make it easier to install CXF in Karaf we should create a features.xml for 
> Karaf like camel already has.

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

Reply via email to