| Summary: | Unable to build a process which contains Data Object | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Sona Mala <smala> | ||||||||
| Component: | Business Central | Assignee: | Kris Verlaenen <kverlaen> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sona Mala <smala> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 6.0.0 | CC: | kverlaen | ||||||||
| Target Milestone: | ER5 | ||||||||||
| Target Release: | 6.0.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-08-06 20:20:25 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: |
|
||||||||||
Created attachment 807581 [details]
Process image
Created attachment 807583 [details]
Exception in server.log
Parser now ignores associations to data objects. Master: http://github.com/droolsjbpm/jbpm/commit/a4f57b7c8 6.0.x: http://github.com/droolsjbpm/jbpm/commit/928dddba2 Still need to verify described use case now works once this change is included in a recent build of the tooling. Verified for ER5. Project with dataObject is able to build and deploy it. Running such process caused exception in server.log, I will investigate this issue more and I will create a new bugzilla issue. |
Created attachment 807580 [details] BPMN2 definition Description of problem: If the project contains a process which uses Data Object then is unable to build this project. Version-Release number of selected component (if applicable): BPMS 6.0.0 ER3 Steps to Reproduce: 1. Model attached process in Designer 2. Save the process 3. Build&Deploy the project Actual results: Alert "Build failed" is occurred. The Problems tab shows: unable to parse xml : Exception class java.lang.IllegalArgumentException : Could not find target [dataItem] for association [_04F7B084-C398-4F6A-AF4B-8F877B85FF57] An exception in server.log (attached) Expected results: This process should be able to build. Additional info: I think that attached definition is BPMN2 valid.