[jboss-jira] [JBoss JIRA] (AS7-5212) JRE-provided services are not available to deployments
David Lloyd (JIRA)
jira-events at lists.jboss.org
Mon Aug 6 21:38:06 EDT 2012
[ https://issues.jboss.org/browse/AS7-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd resolved AS7-5212.
------------------------------
Fix Version/s: 7.2.0.Alpha1
Resolution: Done
> JRE-provided services are not available to deployments
> ------------------------------------------------------
>
> Key: AS7-5212
> URL: https://issues.jboss.org/browse/AS7-5212
> Project: Application Server 7
> Issue Type: Bug
> Components: Class Loading
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: James Livingston
> Assignee: David Lloyd
> Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
>
>
> JBoss Modules does not currently support exporting META-INF/services from a system dependency as it does for module dependencies. As a result, any services provided by the JRE cannot be seen from other modules.
> This results in deployments not being able to use javax.print.PrintServiceLookup and other API, since they will not find any implementations.
> The modules/sun/jdk/main/service-loader-resources/ exists purely to work around this problem. It is not the best solution since the contents are JRE-specific.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list