Bug 1015469

Summary: Unable to build a process which contains Data Object
Product: [Retired] JBoss BRMS Platform 6 Reporter: Sona Mala <smala>
Component: Business CentralAssignee: Kris Verlaenen <kverlaen>
Status: CLOSED CURRENTRELEASE QA Contact: Sona Mala <smala>
Severity: medium Docs Contact:
Priority: high    
Version: 6.0.0CC: 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:
Description Flags
BPMN2 definition
none
Process image
none
Exception in server.log none

Description Sona Mala 2013-10-04 10:42:19 UTC
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.

Comment 1 Sona Mala 2013-10-04 10:42:54 UTC
Created attachment 807581 [details]
Process image

Comment 2 Sona Mala 2013-10-04 10:43:28 UTC
Created attachment 807583 [details]
Exception in server.log

Comment 3 Kris Verlaenen 2013-10-10 15:30:16 UTC
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.

Comment 4 Sona Mala 2013-12-17 15:44:46 UTC
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.