Stepping into jboss-module code, I realized that the ServiceLoader.load method "overwritten" at runtime by the ConcurrentClassLoader.loadClass from jboss-modules, which at one point will read the jar file via the jarFileRessourceLoader method - BUT it will NOT look at the META-INF/services.
At least I did not see that.
So, the question would be: is this a feature or an issue or I am missing something ?
Since I am new with AS7 would be nice if one could confirm.
BR,
Dan S.