George McCone created KARAF-5203:
------------------------------------
Summary: KAR:Create missing bundles that are marked conditional
Key: KARAF-5203
URL: https://issues.apache.org/jira/browse/KARAF-5203
Project: Karaf
Issue Type: Bug
Components: karaf-kar
Environment: N/A
Reporter: George McCone
Priority: Minor
When creating a KAR file using the KAR:CREATE commands for a feature contains a
<conditional> bundle in the feature file, the bundle is not being included in
the resulting KAR.
I found this while creating a KAR for aries-rsa using the following command.
>kar:create aries-rsa-1.9.0 aries-rsa-discovery-zookeeper
When trying to start the KAR, I received errors stating that it could not find
the mvn:org.apache.aries.rsa/org.apache.aries.rsa.eapub/1.9.0 from the
repository. Checking the KAR, this bundle was not present. I manually updated
the KAR and the feature started successfully.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)