[jira] [Commented] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice

2017-06-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5165:


Commit b8733ab7912c0717fe6e7644f8733af9788a6a45 in karaf's branch 
refs/heads/karaf-4.1.x from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=b8733ab ]

[KARAF-5165] Custom Distributions: Pax-Web gets installed twice

> Custom Distributions: Pax-Web gets installed twice
> --
>
> Key: KARAF-5165
> URL: https://issues.apache.org/jira/browse/KARAF-5165
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Stephan Siano
>Assignee: Guillaume Nodet
>Priority: Minor
> Attachments: pom.xml
>
>
> When I create a custom distribution with the attached pom, which tries to 
> exchange Pax-Web with a newer version, Pax-Web gets installed twice:
> {noformat}
> karaf@root()> feature:list -i
> Name| Version  | Required | State   | Repository  
> | Description
> +--+--+-+-+--
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Jetty engine support
> pax-http-jetty  | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 |
> pax-http| 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service
> pax-http-whiteboard | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support
> pax-war | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer
> pax-http-tomcat | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Tomcat support
> pax-war-tomcat  | 6.0.4| x| Started | 
> org.ops4j.pax.web-6.0.4 |
> aries-proxy | 4.1.1|  | Started | standard-4.1.1  
> | Aries Proxy
> aries-blueprint | 4.1.1|  | Started | standard-4.1.1  
> | Aries Blueprint
> feature | 4.1.1|  | Started | standard-4.1.1  
> | Features Support
> shell   | 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell
> shell-compat| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell Compatibility
> deployer| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Deployer
> bundle  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Bundle support
> config  | 4.1.1|  | Started | standard-4.1.1  
> | Provide OSGi ConfigAdmin support
> diagnostic  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Diagnostic support
> instance| 4.1.1|  | Started | standard-4.1.1  
> | Provide Instance support
> jaas| 4.1.1|  | Started | standard-4.1.1  
> | Provide JAAS support
> log | 4.1.1|  | Started | standard-4.1.1  
> | Provide Log support
> package | 4.1.1|  | Started | standard-4.1.1  
> | Package commands and mbeans
> service | 4.1.1|  | Started | standard-4.1.1  
> | Provide Service support
> system  | 4.1.1|  | Started | standard-4.1.1  
> | Provide System support
> kar | 4.1.1|  | Started | standard-4.1.1  
> | Provide KAR (KARaf archive) support
> ssh | 4.1.1|  | Started | standard-4.1.1  
> | Provide a SSHd server on Karaf
> management  | 4.1.1|  | Started | standard-4.1.1  
> | Provide a JMX MBeanServer and a set of MBeans in
> eventadmin  | 4.1.1| x| Started | standard-4.1.1  
> | OSGi Event Admin service specification for event-
> scr | 4.1.1|  | Started | standard-4.1.1  
> | Declarative Service support
> wrap| 0.0.0|  | Started | standard-4.1.1  
> | Wrap URL handler
> standard| 4.1.1| x| Started | standard-4.1.1  
> | Wrap feature describing all features part of a st
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.3 | Provide Jetty engine support
> 

[jira] [Commented] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice

2017-06-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5165:


Commit 5792ea9855fba2529048a29e2745f57befff7184 in karaf's branch 
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=5792ea9 ]

[KARAF-5165] Custom Distributions: Pax-Web gets installed twice

> Custom Distributions: Pax-Web gets installed twice
> --
>
> Key: KARAF-5165
> URL: https://issues.apache.org/jira/browse/KARAF-5165
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Stephan Siano
>Assignee: Guillaume Nodet
>Priority: Minor
> Attachments: pom.xml
>
>
> When I create a custom distribution with the attached pom, which tries to 
> exchange Pax-Web with a newer version, Pax-Web gets installed twice:
> {noformat}
> karaf@root()> feature:list -i
> Name| Version  | Required | State   | Repository  
> | Description
> +--+--+-+-+--
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Jetty engine support
> pax-http-jetty  | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 |
> pax-http| 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service
> pax-http-whiteboard | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support
> pax-war | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer
> pax-http-tomcat | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Tomcat support
> pax-war-tomcat  | 6.0.4| x| Started | 
> org.ops4j.pax.web-6.0.4 |
> aries-proxy | 4.1.1|  | Started | standard-4.1.1  
> | Aries Proxy
> aries-blueprint | 4.1.1|  | Started | standard-4.1.1  
> | Aries Blueprint
> feature | 4.1.1|  | Started | standard-4.1.1  
> | Features Support
> shell   | 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell
> shell-compat| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell Compatibility
> deployer| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Deployer
> bundle  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Bundle support
> config  | 4.1.1|  | Started | standard-4.1.1  
> | Provide OSGi ConfigAdmin support
> diagnostic  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Diagnostic support
> instance| 4.1.1|  | Started | standard-4.1.1  
> | Provide Instance support
> jaas| 4.1.1|  | Started | standard-4.1.1  
> | Provide JAAS support
> log | 4.1.1|  | Started | standard-4.1.1  
> | Provide Log support
> package | 4.1.1|  | Started | standard-4.1.1  
> | Package commands and mbeans
> service | 4.1.1|  | Started | standard-4.1.1  
> | Provide Service support
> system  | 4.1.1|  | Started | standard-4.1.1  
> | Provide System support
> kar | 4.1.1|  | Started | standard-4.1.1  
> | Provide KAR (KARaf archive) support
> ssh | 4.1.1|  | Started | standard-4.1.1  
> | Provide a SSHd server on Karaf
> management  | 4.1.1|  | Started | standard-4.1.1  
> | Provide a JMX MBeanServer and a set of MBeans in
> eventadmin  | 4.1.1| x| Started | standard-4.1.1  
> | OSGi Event Admin service specification for event-
> scr | 4.1.1|  | Started | standard-4.1.1  
> | Declarative Service support
> wrap| 0.0.0|  | Started | standard-4.1.1  
> | Wrap URL handler
> standard| 4.1.1| x| Started | standard-4.1.1  
> | Wrap feature describing all features part of a st
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.3 | Provide Jetty engine support
> 

[jira] [Commented] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice

2017-05-31 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet commented on KARAF-5165:


Good point, I can reproduce the issue with karaf 4.2.0-SNAPSHOT by referencing 
pax-web 6.0.3.
I'll investigate further.

> Custom Distributions: Pax-Web gets installed twice
> --
>
> Key: KARAF-5165
> URL: https://issues.apache.org/jira/browse/KARAF-5165
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Stephan Siano
>Priority: Minor
> Attachments: pom.xml
>
>
> When I create a custom distribution with the attached pom, which tries to 
> exchange Pax-Web with a newer version, Pax-Web gets installed twice:
> {noformat}
> karaf@root()> feature:list -i
> Name| Version  | Required | State   | Repository  
> | Description
> +--+--+-+-+--
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Jetty engine support
> pax-http-jetty  | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 |
> pax-http| 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service
> pax-http-whiteboard | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support
> pax-war | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer
> pax-http-tomcat | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Tomcat support
> pax-war-tomcat  | 6.0.4| x| Started | 
> org.ops4j.pax.web-6.0.4 |
> aries-proxy | 4.1.1|  | Started | standard-4.1.1  
> | Aries Proxy
> aries-blueprint | 4.1.1|  | Started | standard-4.1.1  
> | Aries Blueprint
> feature | 4.1.1|  | Started | standard-4.1.1  
> | Features Support
> shell   | 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell
> shell-compat| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell Compatibility
> deployer| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Deployer
> bundle  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Bundle support
> config  | 4.1.1|  | Started | standard-4.1.1  
> | Provide OSGi ConfigAdmin support
> diagnostic  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Diagnostic support
> instance| 4.1.1|  | Started | standard-4.1.1  
> | Provide Instance support
> jaas| 4.1.1|  | Started | standard-4.1.1  
> | Provide JAAS support
> log | 4.1.1|  | Started | standard-4.1.1  
> | Provide Log support
> package | 4.1.1|  | Started | standard-4.1.1  
> | Package commands and mbeans
> service | 4.1.1|  | Started | standard-4.1.1  
> | Provide Service support
> system  | 4.1.1|  | Started | standard-4.1.1  
> | Provide System support
> kar | 4.1.1|  | Started | standard-4.1.1  
> | Provide KAR (KARaf archive) support
> ssh | 4.1.1|  | Started | standard-4.1.1  
> | Provide a SSHd server on Karaf
> management  | 4.1.1|  | Started | standard-4.1.1  
> | Provide a JMX MBeanServer and a set of MBeans in
> eventadmin  | 4.1.1| x| Started | standard-4.1.1  
> | OSGi Event Admin service specification for event-
> scr | 4.1.1|  | Started | standard-4.1.1  
> | Declarative Service support
> wrap| 0.0.0|  | Started | standard-4.1.1  
> | Wrap URL handler
> standard| 4.1.1| x| Started | standard-4.1.1  
> | Wrap feature describing all features part of a st
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.3 | Provide Jetty engine support
> pax-http-jetty  | 6.0.3|  | Started | 
> org.ops4j.pax.web-6.0.3 |
> pax-http-whiteboard | 6.0.3|  | Started | 
> org.ops4j.pax.web-6.0.3 | 

[jira] [Commented] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice

2017-05-31 Thread Stephan Siano (JIRA)

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

Stephan Siano commented on KARAF-5165:
--

I tried to build a karaf-4.1.1 custom distribution with the 4.2.0-SNAPSHOT 
maven plugin. The issue is not changed with that. The issue only occurs if the 
pax-web version is different from the one in the base karaf version. Karaf 
4.2.0-SNAPSHOT contains pax-web 6.0.4, so you would have to set the pax-web 
version to something different (e.g. 6.0.5-SNAPSHOT) to be able to get the 
issue reproduced in karaf 4.2.0-SNAPSHOT (however I karaf 4.2.0-SNAPSHOT does 
not build at my place for some network/nexus issues so I can't try that out 
myself right now).

> Custom Distributions: Pax-Web gets installed twice
> --
>
> Key: KARAF-5165
> URL: https://issues.apache.org/jira/browse/KARAF-5165
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Stephan Siano
>Priority: Minor
> Attachments: pom.xml
>
>
> When I create a custom distribution with the attached pom, which tries to 
> exchange Pax-Web with a newer version, Pax-Web gets installed twice:
> {noformat}
> karaf@root()> feature:list -i
> Name| Version  | Required | State   | Repository  
> | Description
> +--+--+-+-+--
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Jetty engine support
> pax-http-jetty  | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 |
> pax-http| 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service
> pax-http-whiteboard | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support
> pax-war | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer
> pax-http-tomcat | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Tomcat support
> pax-war-tomcat  | 6.0.4| x| Started | 
> org.ops4j.pax.web-6.0.4 |
> aries-proxy | 4.1.1|  | Started | standard-4.1.1  
> | Aries Proxy
> aries-blueprint | 4.1.1|  | Started | standard-4.1.1  
> | Aries Blueprint
> feature | 4.1.1|  | Started | standard-4.1.1  
> | Features Support
> shell   | 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell
> shell-compat| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell Compatibility
> deployer| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Deployer
> bundle  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Bundle support
> config  | 4.1.1|  | Started | standard-4.1.1  
> | Provide OSGi ConfigAdmin support
> diagnostic  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Diagnostic support
> instance| 4.1.1|  | Started | standard-4.1.1  
> | Provide Instance support
> jaas| 4.1.1|  | Started | standard-4.1.1  
> | Provide JAAS support
> log | 4.1.1|  | Started | standard-4.1.1  
> | Provide Log support
> package | 4.1.1|  | Started | standard-4.1.1  
> | Package commands and mbeans
> service | 4.1.1|  | Started | standard-4.1.1  
> | Provide Service support
> system  | 4.1.1|  | Started | standard-4.1.1  
> | Provide System support
> kar | 4.1.1|  | Started | standard-4.1.1  
> | Provide KAR (KARaf archive) support
> ssh | 4.1.1|  | Started | standard-4.1.1  
> | Provide a SSHd server on Karaf
> management  | 4.1.1|  | Started | standard-4.1.1  
> | Provide a JMX MBeanServer and a set of MBeans in
> eventadmin  | 4.1.1| x| Started | standard-4.1.1  
> | OSGi Event Admin service specification for event-
> scr | 4.1.1|  | Started | standard-4.1.1  
> | Declarative Service support
> wrap| 0.0.0|  | Started | standard-4.1.1  
> | Wrap URL handler
> standard

[jira] [Commented] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice

2017-05-31 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet commented on KARAF-5165:


It seems it has been fixed with the 4.2.0-SNAPSHOT maven plugin.
Could you try with this version and see if the behavior is better ?

> Custom Distributions: Pax-Web gets installed twice
> --
>
> Key: KARAF-5165
> URL: https://issues.apache.org/jira/browse/KARAF-5165
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Stephan Siano
>Priority: Minor
> Attachments: pom.xml
>
>
> When I create a custom distribution with the attached pom, which tries to 
> exchange Pax-Web with a newer version, Pax-Web gets installed twice:
> {noformat}
> karaf@root()> feature:list -i
> Name| Version  | Required | State   | Repository  
> | Description
> +--+--+-+-+--
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Jetty engine support
> pax-http-jetty  | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 |
> pax-http| 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service
> pax-http-whiteboard | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support
> pax-war | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer
> pax-http-tomcat | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Tomcat support
> pax-war-tomcat  | 6.0.4| x| Started | 
> org.ops4j.pax.web-6.0.4 |
> aries-proxy | 4.1.1|  | Started | standard-4.1.1  
> | Aries Proxy
> aries-blueprint | 4.1.1|  | Started | standard-4.1.1  
> | Aries Blueprint
> feature | 4.1.1|  | Started | standard-4.1.1  
> | Features Support
> shell   | 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell
> shell-compat| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell Compatibility
> deployer| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Deployer
> bundle  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Bundle support
> config  | 4.1.1|  | Started | standard-4.1.1  
> | Provide OSGi ConfigAdmin support
> diagnostic  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Diagnostic support
> instance| 4.1.1|  | Started | standard-4.1.1  
> | Provide Instance support
> jaas| 4.1.1|  | Started | standard-4.1.1  
> | Provide JAAS support
> log | 4.1.1|  | Started | standard-4.1.1  
> | Provide Log support
> package | 4.1.1|  | Started | standard-4.1.1  
> | Package commands and mbeans
> service | 4.1.1|  | Started | standard-4.1.1  
> | Provide Service support
> system  | 4.1.1|  | Started | standard-4.1.1  
> | Provide System support
> kar | 4.1.1|  | Started | standard-4.1.1  
> | Provide KAR (KARaf archive) support
> ssh | 4.1.1|  | Started | standard-4.1.1  
> | Provide a SSHd server on Karaf
> management  | 4.1.1|  | Started | standard-4.1.1  
> | Provide a JMX MBeanServer and a set of MBeans in
> eventadmin  | 4.1.1| x| Started | standard-4.1.1  
> | OSGi Event Admin service specification for event-
> scr | 4.1.1|  | Started | standard-4.1.1  
> | Declarative Service support
> wrap| 0.0.0|  | Started | standard-4.1.1  
> | Wrap URL handler
> standard| 4.1.1| x| Started | standard-4.1.1  
> | Wrap feature describing all features part of a st
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.3 | Provide Jetty engine support
> pax-http-jetty  | 6.0.3|  | Started | 
> org.ops4j.pax.web-6.0.3 |
> pax-http-whiteboard | 6.0.3|  | Started | 
> 

[jira] [Commented] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice

2017-05-31 Thread Stephan Siano (JIRA)

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

Stephan Siano commented on KARAF-5165:
--

I don't really understand the dependency resolution here. There are two pax-web 
repositories available, one that I import directly (6.0.4) and one that is 
imported as part of the standard karaf features (6.0.3). The pax-web features 
define dependencies, but they don't define versions for them. Now it seems that 
the dependency resolution of karaf installs ALL available dependencies (not 
only one of them). What I don't understand at all is why it also installs 
pax-jetty and pax-http-jetty.

> Custom Distributions: Pax-Web gets installed twice
> --
>
> Key: KARAF-5165
> URL: https://issues.apache.org/jira/browse/KARAF-5165
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Stephan Siano
>Priority: Minor
> Attachments: pom.xml
>
>
> When I create a custom distribution with the attached pom, which tries to 
> exchange Pax-Web with a newer version, Pax-Web gets installed twice:
> {noformat}
> karaf@root()> feature:list -i
> Name| Version  | Required | State   | Repository  
> | Description
> +--+--+-+-+--
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Jetty engine support
> pax-http-jetty  | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 |
> pax-http| 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service
> pax-http-whiteboard | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support
> pax-war | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer
> pax-http-tomcat | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Tomcat support
> pax-war-tomcat  | 6.0.4| x| Started | 
> org.ops4j.pax.web-6.0.4 |
> aries-proxy | 4.1.1|  | Started | standard-4.1.1  
> | Aries Proxy
> aries-blueprint | 4.1.1|  | Started | standard-4.1.1  
> | Aries Blueprint
> feature | 4.1.1|  | Started | standard-4.1.1  
> | Features Support
> shell   | 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell
> shell-compat| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell Compatibility
> deployer| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Deployer
> bundle  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Bundle support
> config  | 4.1.1|  | Started | standard-4.1.1  
> | Provide OSGi ConfigAdmin support
> diagnostic  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Diagnostic support
> instance| 4.1.1|  | Started | standard-4.1.1  
> | Provide Instance support
> jaas| 4.1.1|  | Started | standard-4.1.1  
> | Provide JAAS support
> log | 4.1.1|  | Started | standard-4.1.1  
> | Provide Log support
> package | 4.1.1|  | Started | standard-4.1.1  
> | Package commands and mbeans
> service | 4.1.1|  | Started | standard-4.1.1  
> | Provide Service support
> system  | 4.1.1|  | Started | standard-4.1.1  
> | Provide System support
> kar | 4.1.1|  | Started | standard-4.1.1  
> | Provide KAR (KARaf archive) support
> ssh | 4.1.1|  | Started | standard-4.1.1  
> | Provide a SSHd server on Karaf
> management  | 4.1.1|  | Started | standard-4.1.1  
> | Provide a JMX MBeanServer and a set of MBeans in
> eventadmin  | 4.1.1| x| Started | standard-4.1.1  
> | OSGi Event Admin service specification for event-
> scr | 4.1.1|  | Started | standard-4.1.1  
> | Declarative Service support
> wrap| 0.0.0|  | Started | standard-4.1.1  
> | Wrap URL handler
> standard| 4.1.1| x| Started | standard-4.1.1 

[jira] [Commented] (KARAF-5165) Custom Distributions: Pax-Web gets installed twice

2017-05-31 Thread Achim Nierbeck (JIRA)

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

Achim Nierbeck commented on KARAF-5165:
---

This could be becaues of the http or the war feature, which itself reference 
the "older" Pax-Web versions. 
In the Pax Web Karaf integration tests, it's done without the http and war 
feature.

> Custom Distributions: Pax-Web gets installed twice
> --
>
> Key: KARAF-5165
> URL: https://issues.apache.org/jira/browse/KARAF-5165
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Stephan Siano
>Priority: Minor
> Attachments: pom.xml
>
>
> When I create a custom distribution with the attached pom, which tries to 
> exchange Pax-Web with a newer version, Pax-Web gets installed twice:
> {noformat}
> karaf@root()> feature:list -i
> Name| Version  | Required | State   | Repository  
> | Description
> +--+--+-+-+--
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Jetty engine support
> pax-http-jetty  | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 |
> pax-http| 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Implementation of the OSGI HTTP Service
> pax-http-whiteboard | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide HTTP Whiteboard pattern support
> pax-war | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide support of a full WebContainer
> pax-http-tomcat | 6.0.4|  | Started | 
> org.ops4j.pax.web-6.0.4 | Provide Tomcat support
> pax-war-tomcat  | 6.0.4| x| Started | 
> org.ops4j.pax.web-6.0.4 |
> aries-proxy | 4.1.1|  | Started | standard-4.1.1  
> | Aries Proxy
> aries-blueprint | 4.1.1|  | Started | standard-4.1.1  
> | Aries Blueprint
> feature | 4.1.1|  | Started | standard-4.1.1  
> | Features Support
> shell   | 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell
> shell-compat| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Shell Compatibility
> deployer| 4.1.1|  | Started | standard-4.1.1  
> | Karaf Deployer
> bundle  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Bundle support
> config  | 4.1.1|  | Started | standard-4.1.1  
> | Provide OSGi ConfigAdmin support
> diagnostic  | 4.1.1|  | Started | standard-4.1.1  
> | Provide Diagnostic support
> instance| 4.1.1|  | Started | standard-4.1.1  
> | Provide Instance support
> jaas| 4.1.1|  | Started | standard-4.1.1  
> | Provide JAAS support
> log | 4.1.1|  | Started | standard-4.1.1  
> | Provide Log support
> package | 4.1.1|  | Started | standard-4.1.1  
> | Package commands and mbeans
> service | 4.1.1|  | Started | standard-4.1.1  
> | Provide Service support
> system  | 4.1.1|  | Started | standard-4.1.1  
> | Provide System support
> kar | 4.1.1|  | Started | standard-4.1.1  
> | Provide KAR (KARaf archive) support
> ssh | 4.1.1|  | Started | standard-4.1.1  
> | Provide a SSHd server on Karaf
> management  | 4.1.1|  | Started | standard-4.1.1  
> | Provide a JMX MBeanServer and a set of MBeans in
> eventadmin  | 4.1.1| x| Started | standard-4.1.1  
> | OSGi Event Admin service specification for event-
> scr | 4.1.1|  | Started | standard-4.1.1  
> | Declarative Service support
> wrap| 0.0.0|  | Started | standard-4.1.1  
> | Wrap URL handler
> standard| 4.1.1| x| Started | standard-4.1.1  
> | Wrap feature describing all features part of a st
> pax-jetty   | 9.3.14.v20161028 |  | Started | 
> org.ops4j.pax.web-6.0.3 | Provide Jetty engine support
> pax-http-jetty  | 6.0.3|  | Started | 
> org.ops4j.pax.web-6.0.3 |
> pax-http-whiteboard |