Bug 829789
| Summary: | bpm5processor quickstart faling on instance abort attempt. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Marek Baluch <mbaluch> | ||||
| Component: | JBossESB | Assignee: | tcunning | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Marek Baluch <mbaluch> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.3.0 GA | CC: | soa-p-jira | ||||
| Target Milestone: | ER4 | ||||||
| Target Release: | 5.3.0 GA | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2025-02-10 03:20:03 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
The error seems related to the permissions - I've dumbed down the quick start example so that it now doesn't need them. Added the use of the ESBWorkItemHandler which now shows a round trip from ESB -> jbpm5 -> ESB. Verified on 5.3 ER4. Technical note field set to negative as this issue was fixed befrore users saw it. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |
Created attachment 590219 [details] server.log Description of problem: when the sample attampts to terminate/abort the process instance it started in an action before it fails with: ERROR [TaskServerHandler] User '[User:'Administrator']' does not have permissions to execution operation 'Skip' on task id 1 org.jbpm.task.service.PermissionDeniedException: User '[User:'Administrator']' does not have permissions to execution operation 'Skip' on task id 1. See server.log for more detail.