-
Bug
-
Resolution: Done
-
Major
-
jBPM 6.5.0.Final, 7.0.0.Beta7
-
NEW
-
NEW
It is not possible to disable registration of TaskCleanUpProcessEventListener, BAMTaskEventListener, and IdentityProviderAwareProcessListener in jBPM extension. The following three system properties have no effect when set to false:
- org.jbpm.task.cleanup.enabled
- org.jbpm.task.bam.enabled
- org.jbpm.process.identity.enabled
There are basically three problems here:
- They do not make it into the KieServerState because system properties are filtered and these three do not start with org.kie.server or org.kie.executor.
- Even if the first problem was fixed, they would still not be taken into account because they are retrieved from container configuration instead of context configuration.
- There is probably no good reason why they are stored as configuration properties and so they should be retrieved directly from system properties.
- causes
-
RHBPMS-4735 [GSS](6.4.z) Kie-Server doesn't respect the org.jbpm.task.cleanup.enabled parameter in BPM Suite 6.4.x
- Verified
- is related to
-
RHBPMS-4648 Cannot disable registration of task event listeners
- Closed