]
Panagiotis Sotiropoulos commented on WFCORE-1234:
-------------------------------------------------
The PR does enable the activation of the service if the the ServiceActivator only exists
on the EAR deployment level (It should be inside the jar module as well).
DuplicateServiceException or there is no activation, if the
ServiceActivator is moved from the jar module to the EAR deployment level.
----------------------------------------------------------------------------------------------------------------------------------------
Key: WFCORE-1234
URL:
https://issues.jboss.org/browse/WFCORE-1234
Project: WildFly Core
Issue Type: Bug
Reporter: Panagiotis Sotiropoulos
Assignee: Panagiotis Sotiropoulos
If one EAR contains more than one module with a
META-INF/services/org.jboss.msc.service.ServiceActivator,
If the file is moved to the ear/META-INF as the only one there is no activation.
If the ear and a jar contain it it will fail with a
org.jboss.msc.service.DuplicateServiceException.