You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2018/11/28 12:28:00 UTC

[jira] [Resolved] (SLING-8136) Analyser fails when javax.*, org.xml.sax.*, org.w3c.dom* or org.ietf.jgss imports are found

     [ https://issues.apache.org/jira/browse/SLING-8136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Munteanu resolved SLING-8136.
------------------------------------
    Resolution: Fixed
      Assignee: Karl Pauls

Marking fixed then and assigning to you. Thanks!

> 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
>            Assignee: Karl Pauls
>            Priority: Major
>             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)