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

Benjamin Graf commented on KARAF-2387:
--------------------------------------

Well, how do you define optional? Should all features defined in karaf standard 
feature be installable by default? Actually many of them has dependencies to 
pax-web subfeatures which are not available offline. This is a fact introduced 
in karaf 3.0 since previous versions directed to the specific bundles needed 
and not to to another feature like pax-jetty or pac-http.

e.g.
<feature resolver="(obr)" description="Provide Jetty engine support" 
version="8.1.9.v20130131" name="jetty">
    *<feature version="8.1.9.v20130131">pax-jetty</feature>*
</feature>

or

<feature resolver="(obr)" description="Implementation of the OSGI HTTP Service" 
version="3.0.0.RC1" name="http">
    *<feature version="3.0.0.M3">pax-http</feature>*
    <bundle 
start-level="30">mvn:org.apache.karaf.http/org.apache.karaf.http.core/3.0.0.RC1</bundle>
    <bundle 
start-level="30">mvn:org.apache.karaf.http/org.apache.karaf.http.command/3.0.0.RC1</bundle>
</feature>
                
> Pax-Web Feature not bundled in karaf distribution
> -------------------------------------------------
>
>                 Key: KARAF-2387
>                 URL: https://issues.apache.org/jira/browse/KARAF-2387
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 3.0.0.RC1
>            Reporter: Benjamin Graf
>
> The Pax-Web feature seems not to be bundled in karaf distribution. Therefor 
> resolving karaf features like http needs internet access to get further 
> informations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to