[
https://issues.apache.org/jira/browse/KARAF-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated KARAF-5469:
-----------------------------------
Description:
In Karaf 4.1.3 when installing some custom made features karaf triggers the
installation of the org.apache.aries.blueprint.core.compatibility bundle
causing a refresh of all bundles and a Karaf shutdown.
None of the bundles in the feature uses blueprint and the more exotic thing is
that one of the bundles uses a Contional-Package instruction.
The feature I'm trying to install:
{code}
karaf@root()> feature:info paybox-io-modbus
Feature paybox-io-modbus 0.1.0.SNAPSHOT
Description:
Modbus I/O implementation
Feature has no configuration
Feature has no configuration files
Feature has no dependencies.
Feature contains followed bundles:
mvn:pt.brisa.common/common-service-core/1.3.0
mvn:pt.brisa.paybox/io-api/0.1.0-SNAPSHOT
mvn:pt.brisa.paybox/io-modbus/0.1.0-SNAPSHOT
mvn:pt.brisa.paybox/io-commands/0.1.0-SNAPSHOT
Feature has no conditionals.
{code}
was:
In Karaf 4.1.3 when installing some custom made features karaf triggers the
installation of the org.apache.aries.blueprint.core.compatibility bundle
causing a refresh of all bundles and a Karaf shutdown.
None of the bundles in the feature uses blueprint and the more exotic thing is
that one of the bundles uses a Contional-Package instruction.
The feature I'm trying to install:
{{
karaf@root()> feature:info paybox-io-modbus
Feature paybox-io-modbus 0.1.0.SNAPSHOT
Description:
Modbus I/O implementation
Feature has no configuration
Feature has no configuration files
Feature has no dependencies.
Feature contains followed bundles:
mvn:pt.brisa.common/common-service-core/1.3.0
mvn:pt.brisa.paybox/io-api/0.1.0-SNAPSHOT
mvn:pt.brisa.paybox/io-modbus/0.1.0-SNAPSHOT
mvn:pt.brisa.paybox/io-commands/0.1.0-SNAPSHOT
Feature has no conditionals.}}
> Installation of a non blueprint feature triggers the installation of the
> blueprint compatibility bundle
> -------------------------------------------------------------------------------------------------------
>
> Key: KARAF-5469
> URL: https://issues.apache.org/jira/browse/KARAF-5469
> Project: Karaf
> Issue Type: Bug
> Components: karaf-core
> Affects Versions: 4.1.3
> Reporter: Joao Assuncao
> Priority: Major
>
> In Karaf 4.1.3 when installing some custom made features karaf triggers the
> installation of the org.apache.aries.blueprint.core.compatibility bundle
> causing a refresh of all bundles and a Karaf shutdown.
> None of the bundles in the feature uses blueprint and the more exotic thing
> is that one of the bundles uses a Contional-Package instruction.
> The feature I'm trying to install:
> {code}
> karaf@root()> feature:info paybox-io-modbus
> Feature paybox-io-modbus 0.1.0.SNAPSHOT
> Description:
> Modbus I/O implementation
> Feature has no configuration
> Feature has no configuration files
> Feature has no dependencies.
> Feature contains followed bundles:
> mvn:pt.brisa.common/common-service-core/1.3.0
> mvn:pt.brisa.paybox/io-api/0.1.0-SNAPSHOT
> mvn:pt.brisa.paybox/io-modbus/0.1.0-SNAPSHOT
> mvn:pt.brisa.paybox/io-commands/0.1.0-SNAPSHOT
> Feature has no conditionals.
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)