Bug 1105122
| Summary: | Avoid redundant calls of UserGroupCallback methods | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Martin Weiler <mweiler> | ||||
| Component: | jBPM Core | Assignee: | Alessandro Lazarotti <alazarot> | ||||
| Status: | CLOSED EOL | QA Contact: | Marek Baluch <mbaluch> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.1 | CC: | ravindra.tubati | ||||
| Target Milestone: | ER3 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 20:08:22 UTC | Type: | Enhancement | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Martin Weiler
2014-06-05 12:37:54 UTC
Created attachment 902528 [details]
Mock callback implementations
Attaching mock callback implementations which log the method calls. Steps to reprocude:
- Copy the customcallback.jar file into business-central.war\WEB-INF\lib
- Replace org.jbpm.kie.services.cdi.producer.JAASUserGroupInfoProducer with com.sample.IhtLDAPUserGroupInfoProducer in business-central.war\WEB-INF\beans.xml under <alternatives> tag.
- Create a simple process containing a human task and step through it
- Watch the logging output and count the number of method invocations
fixed number of user group callback invocations jbpm master: https://github.com/droolsjbpm/jbpm/commit/096da268dbf2a49d5b9aa713cb8a1547533faa3e 6.2.x: https://github.com/droolsjbpm/jbpm/commit/f7bd77158f861d0e1df461694248a5296f813e98 Verified in BPM Suite 6.1.0.ER4. QE test coverage: https://gitlab.mw.lab.eng.bos.redhat.com/bxms/brms/commit/2aa310a11673aea5f6a82e9c2051a56daafd4799 |