Bug 1165466
| Summary: | java.lang.IllegalArgumentException: Unknown node instance type: org.jbpm.workflow.instance.node.ActionNodeInstance with intermediate signal event | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Toshiya Kobayashi <tkobayas> | ||||||
| Component: | jBPM Core | Assignee: | Maciej Swiderski <mswiders> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Jiri Svitak <jsvitak> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.0.3 | CC: | mbaluch | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-11-25 02:57:47 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: |
|
||||||||
|
Description
Toshiya Kobayashi
2014-11-19 02:34:03 UTC
Created attachment 958845 [details]
org.jbpm.RECEIVES_SIGNAL.v1.0.bpmn2
Created attachment 958846 [details]
org.jbpm.SENDS_SIGNAL.v1.0.bpmn2
It's not reproducible in a standalone jBPM test case on my end so it likely depends on business-central or jbpm-services. Additional info: - business-central + SingletonRuntimeManager -> Reproduce this issue - business-central + PerProcessInstanceRuntimeManager -> Fail with "java.lang.IllegalStateException: KieSession with id 4 is already used by another context" - standalone jBPM + SingletonRuntimeManager -> No issue - standalone jBPM + PerProcessInstanceRuntimeManager -> Fail with "java.lang.IllegalStateException: KieSession with id 2 is already used by another context" Thanks Maciej! Now I confirmed that BZ1128377 fixes the issue. So I'm going to close this BZ as duplicated. *** This bug has been marked as a duplicate of bug 1128377 *** |