You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2015/07/24 04:08:04 UTC

[jira] [Created] (KARAF-3874) Apparently valid feature.xml results in silent kar install failure

Benson Margulies created KARAF-3874:
---------------------------------------

             Summary: Apparently valid feature.xml results in silent kar install failure
                 Key: KARAF-3874
                 URL: https://issues.apache.org/jira/browse/KARAF-3874
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 4.0.0
            Reporter: Benson Margulies
         Attachments: feature.xml, oops.txt

Using the karaf-maven-plugin 4.0.0 with kar packaging, I created a kar.

The kar contains a feature.xml that aggregates the CXF 3.1.1 feature.xml. It contains elements like:

{code}
<feature name="cxf-specs" resolver="(obr)" version="3.1.1">
    ...
</feature>
{code}

According to the XSD on the web site, this should be OK.

Unfortunately, schema validation throws on kar:install.

Extremely unfortunately, kar:install does not print any error, and the kar is 'installed', but none of its features are installed.

The trouble is only to be seen in the log.

I will attach the feature.xml and the relevant log.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)