-
Type:
Feature Request
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
-
None
ServletProcessApplicationDeployer uses @HandlesTypes(ProcessApplication.class)
WebSphere-8.5 seems to have a bug in the handling of @HandlesTypes which causes it to add the annotation itself to the Set<Class<?>> which gets passed into the onStartup method.
This causes CamundaBPM to think that two different ProcessApplications got discovered.
A possible workaround would be to manually remove the annotation itself from this Set.