You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Romain Deltour (JIRA)" <ji...@apache.org> on 2012/07/04 18:22:34 UTC

[jira] [Created] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Romain Deltour created FELIX-3583:
-------------------------------------

             Summary: org.osgi.framework.system.packages is incomplete
                 Key: FELIX-3583
                 URL: https://issues.apache.org/jira/browse/FELIX-3583
             Project: Felix
          Issue Type: Improvement
          Components: Framework
    Affects Versions: framework-4.0.2
            Reporter: Romain Deltour


I think the list of system packages exported by the system bundle is incomplete.

As per the comments on Issue 3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 

My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 

[1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
[2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Posted by "Sahoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sahoo resolved FELIX-3583.
--------------------------

    Resolution: Not A Problem

The package list in Java SE javadocs are correct. The missing packages are optional part of JAXP spec and and are not required to be part of an implementation. See http://bugs.sun.com/view_bug.do?bug_id=6523066 for a similar discussion. In future versions of Java SE, they may become part of the platform. 
                
> org.osgi.framework.system.packages is incomplete
> ------------------------------------------------
>
>                 Key: FELIX-3583
>                 URL: https://issues.apache.org/jira/browse/FELIX-3583
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Romain Deltour
>
> I think the list of system packages exported by the system bundle is incomplete.
> As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 
> My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 
> [1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
> [2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-3583.
----------------------------------

    Assignee: Sahoo
    
> org.osgi.framework.system.packages is incomplete
> ------------------------------------------------
>
>                 Key: FELIX-3583
>                 URL: https://issues.apache.org/jira/browse/FELIX-3583
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Romain Deltour
>            Assignee: Sahoo
>
> I think the list of system packages exported by the system bundle is incomplete.
> As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 
> My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 
> [1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
> [2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Posted by "Romain Deltour (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410118#comment-13410118 ] 

Romain Deltour commented on FELIX-3583:
---------------------------------------

OK. Thanks for your time and sorry for the invalid issue!
                
> org.osgi.framework.system.packages is incomplete
> ------------------------------------------------
>
>                 Key: FELIX-3583
>                 URL: https://issues.apache.org/jira/browse/FELIX-3583
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Romain Deltour
>
> I think the list of system packages exported by the system bundle is incomplete.
> As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 
> My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 
> [1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
> [2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Posted by "Romain Deltour (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406666#comment-13406666 ] 

Romain Deltour commented on FELIX-3583:
---------------------------------------

After a further look at [3] it seems the DOM package are part of the Common DOM  API [4]. [4] being part of the non-core APIs in [3] seems to be contradictory with [2].


[3] http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html
[4] http://docs.oracle.com/javase/6/docs/jre/api/plugin/dom/
                
> org.osgi.framework.system.packages is incomplete
> ------------------------------------------------
>
>                 Key: FELIX-3583
>                 URL: https://issues.apache.org/jira/browse/FELIX-3583
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Romain Deltour
>
> I think the list of system packages exported by the system bundle is incomplete.
> As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 
> My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 
> [1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
> [2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Posted by "Romain Deltour (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406666#comment-13406666 ] 

Romain Deltour edited comment on FELIX-3583 at 7/4/12 7:10 PM:
---------------------------------------------------------------

After a further look at [3] it seems the DOM package are part of the Common DOM  API [4]. [4] being part of the non-core APIs in [3] seems to be contradictory with [1].


[3] http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html
[4] http://docs.oracle.com/javase/6/docs/jre/api/plugin/dom/
                
      was (Author: rdeltour):
    After a further look at [3] it seems the DOM package are part of the Common DOM  API [4]. [4] being part of the non-core APIs in [3] seems to be contradictory with [2].


[3] http://www.oracle.com/technetwork/java/javase/documentation/api-jsp-136079.html
[4] http://docs.oracle.com/javase/6/docs/jre/api/plugin/dom/
                  
> org.osgi.framework.system.packages is incomplete
> ------------------------------------------------
>
>                 Key: FELIX-3583
>                 URL: https://issues.apache.org/jira/browse/FELIX-3583
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Romain Deltour
>
> I think the list of system packages exported by the system bundle is incomplete.
> As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 
> My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 
> [1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
> [2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Posted by "Sahoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13406663#comment-13406663 ] 

Sahoo commented on FELIX-3583:
------------------------------

[2] is the official list of Java SE API packages. I am trying to find out if [1] is wrong or there is indeed a missing package in [2] in which case [2] needs to be fixed. If latter is the case, we shall fix Felix.
                
> org.osgi.framework.system.packages is incomplete
> ------------------------------------------------
>
>                 Key: FELIX-3583
>                 URL: https://issues.apache.org/jira/browse/FELIX-3583
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Romain Deltour
>
> I think the list of system packages exported by the system bundle is incomplete.
> As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 
> My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 
> [1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
> [2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-3583) org.osgi.framework.system.packages is incomplete

Posted by "Romain Deltour (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Deltour updated FELIX-3583:
----------------------------------

    Description: 
I think the list of system packages exported by the system bundle is incomplete.

As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 

My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 

[1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
[2] http://docs.oracle.com/javase/6/docs/api/

  was:
I think the list of system packages exported by the system bundle is incomplete.

As per the comments on Issue 3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 

My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 

[1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
[2] http://docs.oracle.com/javase/6/docs/api/

    
> org.osgi.framework.system.packages is incomplete
> ------------------------------------------------
>
>                 Key: FELIX-3583
>                 URL: https://issues.apache.org/jira/browse/FELIX-3583
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: framework-4.0.2
>            Reporter: Romain Deltour
>
> I think the list of system packages exported by the system bundle is incomplete.
> As per the comments on FELIX-3235, it seems the list of system packages is inferred from the JavaDocs, but I don't believe it is not an official - or at least complete - source of the Java SE API. For instance, JAXP 1.4 is part of Java SE 6 [1] yet the JavaDoc [2] does not list some of its packages like org.w3c.dom.traversal 
> My understanding is that Felix should export all of JAXP 1.4 in the system packages of the JavaSE-6 environments (and likewise for the other environment version combinations) 
> [1] http://docs.oracle.com/javase/6/docs/technotes/guides/xml/jaxp/index.html 
> [2] http://docs.oracle.com/javase/6/docs/api/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira