Description of problem:
If one EAR contains more than one module with a META-INF/services/org.jboss.msc.service.ServiceActivator file the services are activated multiple times (as ServiceActivator files are found).
- blocks
-
WFCORE-1234 DuplicateServiceException or there is no activation, if the ServiceActivator is moved from the jar module to the EAR deployment level.
- Resolved
- is cloned by
-
JBEAP-5772 (7.1.0) Multiple triggers of each activator service when there are multiple modules with different service activator files in an ear.
- Verified