Robert Munteanu created SLING-8136:
--------------------------------------
Summary: Analyser fails when javax.*, org.xml.sax.*, org.w3c.dom*
or org.ietf.jgss imports are found
Key: SLING-8136
URL: https://issues.apache.org/jira/browse/SLING-8136
Project: Sling
Issue Type: Bug
Components: Feature Model
Reporter: Robert Munteanu
Fix For: Feature Model Analyser 0.8.2
I've tried running the {{slingfeature-maven-plugin}} to analyse imports and
exports using the {{bundle-packages}} analyser.
This seems to work just fine, just that some packages - found in the issue
title - are not seen as being provided by the framework. Some errors that pop
up are:
{noformat}
[ERROR] Bundle oak-auth-ldap:1.9.11 is importing package(s) org.ietf.jgss in
start level 0 but no bundle is exporting these for that start level.
[ERROR] Bundle oak-lucene:1.9.11 is importing package(s) [org.xml.sax.helpers,
org.xml.sax] in start level 0 but no bundle is exporting these for that start
level.
{noformat}
These packages are provided using an {{org.osgi.framework.system.packages}}
framework property, so I guess there is some glue missing to make this work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)