You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Niclas Hedhman (JIRA)" <ji...@apache.org> on 2006/06/09 11:46:30 UTC

[jira] Updated: (FELIX-78) Modify framework to export proper JRE packages for the execution environment

     [ http://issues.apache.org/jira/browse/FELIX-78?page=all ]

Niclas Hedhman updated FELIX-78:
--------------------------------

    Attachment: jre1.3.packages

JRE 1.3 packages

Extracted by 

jar tf /java/jdk1.3/jre/lib/rt.jar | grep -v ^META | grep -v "wav$" | grep -v "css$" | grep -v "dtd$" | grep -v "txt$" | grep -v "res$" | grep -v "png$" | grep -v "gif$" | grep -v ^sun | grep -v ^com | sed 's/\/[A-Za-z0-9$_]*[.]class$//' | sed 's/\/[A-Za-z0-9$_]*[.]properties$//' | sed 's/\/$//' | sort -u >jre1.3.packages

> Modify framework to export proper JRE packages for the execution environment
> ----------------------------------------------------------------------------
>
>          Key: FELIX-78
>          URL: http://issues.apache.org/jira/browse/FELIX-78
>      Project: Felix
>         Type: Improvement

>   Components: Framework
>     Reporter: Richard S. Hall
>     Priority: Minor
>  Attachments: jre1.3.packages
>
> The OSGi specification requires that class path classes are hidden from bundles. To expose classes on the class path, the system bundle can be made to "export" them by adding the packages to the org.osgi.framework.system.packages property in the config.properties file.
> The should create proper value definitions for this property for JDKs 1.3, 1.4, and 1.5 and perhaps define some way in the config.properties file to specify system property guards for enabling/disabling various properties, so that we can add all three values to the config.properties file, but only enable the value corresponding to the appropriate execution platform at run time.
> Of course, this is just one possible suggestion for a solution. Perhaps there is a better one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira