[
https://issues.apache.org/jira/browse/KARAF-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charles Moulliard closed KARAF-22.
----------------------------------
Resolution: Fixed
Existing version of features karaf file implements it :
<feature name="http" version="${project.version}">
<config name="org.ops4j.pax.web">
org.osgi.service.http.port=8181
</config>
<bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version}</bundle>
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/${jetty.bundle.version}</bundle>
<bundle>mvn:org.ops4j.pax.web/pax-web-api/${pax.web.version}</bundle>
<bundle>mvn:org.ops4j.pax.web/pax-web-spi/${pax.web.version}</bundle>
<bundle>mvn:org.ops4j.pax.web/pax-web-runtime/${pax.web.version}</bundle>
<bundle>mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version}</bundle>
</feature>
<feature name="war" version="${project.version}">
<feature version="${project.version}">http</feature>
<bundle>mvn:org.ops4j.pax.web/pax-web-jsp/${pax.web.version}</bundle>
<bundle>mvn:org.ops4j.pax.web/pax-web-extender-war/${pax.web.version}</bundle>
<bundle>mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/${pax.web.version}</bundle>
<bundle>mvn:org.ops4j.pax.url/pax-url-war/${pax.url.version}</bundle>
<bundle>mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.war/${project.version}</bundle>
</feature>
> Add pax-web-extender required in the HTTP feature
> -------------------------------------------------
>
> Key: KARAF-22
> URL: https://issues.apache.org/jira/browse/KARAF-22
> Project: Karaf
> Issue Type: New Feature
> Reporter: Charles Moulliard
> Attachments: features.xml
>
>
> The feature file of Karaf proposes a HTTP feature containing the following
> bundles.
> {code}
> <feature name="http" version="${version}">
> <config name="org.ops4j.pax.web">
> org.osgi.service.http.port=8181
> </config>
>
> <bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version}</bundle>
>
> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/${jetty.bundle.version}</bundle>
> <bundle>mvn:org.ops4j.pax.web/pax-web-api/${pax.web.version}</bundle>
> <bundle>mvn:org.ops4j.pax.web/pax-web-spi/${pax.web.version}</bundle>
>
> <bundle>mvn:org.ops4j.pax.web/pax-web-runtime/${pax.web.version}</bundle>
>
> <bundle>mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version}</bundle>
> </feature>
> {code}
> This feafure is not complete as we need PAX-Web-Extender to deploy web
> projects from WAR (ex : Wicket) or deploy an OSgi servlet (ex : CXF -
> Transport OSGI)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.