[jboss-jira] [JBoss JIRA] (AS7-5212) JRE-provided services are not available to deployments

James Livingston (JIRA) jira-events at lists.jboss.org
Wed Jul 18 21:41:06 EDT 2012


James Livingston created AS7-5212:
-------------------------------------

             Summary: 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


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