| Summary: | External scoped signals do not work on WebLogic | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Tomas Livora <tlivora> | ||||||
| Component: | jBPM Core | Assignee: | Alessandro Lazarotti <alazarot> | ||||||
| Status: | CLOSED EOL | QA Contact: | Radovan Synek <rsynek> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.3.0 | CC: | ealcaniz, lpetrovi | ||||||
| Target Milestone: | ER3 | ||||||||
| Target Release: | 6.3.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:05:20 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: | |||||||
| Attachments: |
|
||||||||
|
Description
Tomas Livora
2016-03-30 09:19:15 UTC
Created attachment 1141635 [details]
Test log
Both logs are from simplified test run when testAsyncStart() method was executed with only one subprocess. You can see PrintOutCommand in the server log which means the subprocess was actually started. But the test fails because the parent process is not finished. When you log into the Business Central and send the right signal to the active process instance, it will finish.
this was caused by weblogic that does not ignore transacted attribute when used as part of transactional/jta queue connection factory. So made it parameterized where default is false for transacted jms session as this works properly then on all container, though it might be confusing when reading the code. jbpm master: https://github.com/droolsjbpm/jbpm/commit/3646dc18a0a07c61923b3eaddce01f6965091bdc 6.4.x: https://github.com/droolsjbpm/jbpm/commit/42a652ec3c0c3a1a804451984a4133ec632648a6 Verified on BPM Suite 6.3.0 ER3 |