]
Tiago Matias commented on WFLY-3971:
------------------------------------
[~trepel] Could you provide an example of this? I'm using WF14 and spring-5 and have
no luck starting the services insude jars locate on a WF module. Thanks!
Jar Services in META-INF/services are not loaded from static modules
--------------------------------------------------------------------
Key: WFLY-3971
URL:
https://issues.jboss.org/browse/WFLY-3971
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 8.1.0.Final, 9.0.0.Final, 10.0.0.Alpha6
Reporter: Tomas Repel
Assignee: Stuart Douglas
Priority: Major
Fix For: 10.0.0.Final
If the web application (war) uses jar file from static module, the content of
META-INF/services has no effect. If the jar is located inside WEB-INF/lib, services are
loaded successfully.
Neither adding `Dependencies:
my.module.name.com services` into MANIFEST.MF nor adding
`services="import"` to jboss-deployment-structure.xml works.