[jboss-jira] [JBoss JIRA] (WFLY-7135) WildFly ignores META-INF/services

Kiran Mohan (JIRA) issues at jboss.org
Sun Sep 18 05:43:00 EDT 2016


     [ https://issues.jboss.org/browse/WFLY-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Mohan closed WFLY-7135.
-----------------------------
    Resolution: Done


Turns out the problem is with the Java Preferences class which uses system class loader to load the service provider.
I fixed this by writing my own implementation of the Preferences.systemRoot() function where it first checks for a service provider without using the system class loader

> WildFly ignores META-INF/services
> ---------------------------------
>
>                 Key: WFLY-7135
>                 URL: https://issues.jboss.org/browse/WFLY-7135
>             Project: WildFly
>          Issue Type: Bug
>    Affects Versions: 9.0.2.Final
>            Reporter: Kiran Mohan
>            Assignee: Jason Greene
>            Priority: Critical
>
> Please see the bug description in this forum post
> https://developer.jboss.org/thread/272349



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list