Hide Forgot
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.
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.