Hendy Irawan created KARAF-2201:
-----------------------------------
Summary: http, war, and http-whiteboard feature should use the
version of underlying pax-web feature
Key: KARAF-2201
URL: https://issues.apache.org/jira/browse/KARAF-2201
Project: Karaf
Issue Type: Bug
Components: karaf-feature, karaf-webcontainer
Affects Versions: 2.3.0
Environment: Karaf 2.3.0, Pax Web 1.1.12
Reporter: Hendy Irawan
Pax Web 1.1.12 features:
{code}
[uninstalled] [7.6.2.v20120308 ] jetty
org.ops4j.pax.web-1.1.12
[installed ] [1.1.12 ] http
org.ops4j.pax.web-1.1.12
[installed ] [1.1.12 ] war
org.ops4j.pax.web-1.1.12
{code}
Karaf 2.3.0's :
{code}
[installed ] [7.6.7.v20120910 ] jetty
karaf-2.3.0 Provide Jetty engine support
[uninstalled] [2.3.0 ] http
karaf-2.3.0 Implementation of the OSGi HTTP service
[uninstalled] [2.3.0 ] http-whiteboard
karaf-2.3.0 Provide HTTP Whiteboard pattern support
[uninstalled] [2.3.0 ] war
karaf-2.3.0 Turn Karaf as a full WebContainer
{code}
Pax Web 1.1.12's http & war is actually newer, but is "older" than old Karaf
2.3.0's because of the version.
This raises problems when trying to install webconsole, cxf, or other features
that require http / war, because it will install the older (i.e. 2.3.0) version
of http & war, not the newer 1.1.12.
Karaf (2.3.1) should use the pax web feature version (i.e. 1.1.12) and not the
Karaf version, so that upgrade pax web will be easier.
Original ticket: http://team.ops4j.org/browse/PAXWEB-503
--
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