Description of problem: If I attach an error boundary event to a service task, configure it, and run the process, I will get the following exception: java.lang.IllegalArgumentException : Could not find node to attach to: bpmn20:ServiceTask_1]] That's because BPMN Designer will generate the following element: <bpmn2:boundaryEvent id="BoundaryEvent_1" name="Forbidden client error" attachedToRef="bpmn20:ServiceTask_1"> The attribute attachedToRef has to contain only "ServiceTask_1" without the prefix "bpmn20:". This error can be only fixed manually in XML editor and every change in the process definition requires the fix of attachedToRef attribute. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
It looks like this is fixed - the attachedToRef QName is no longer qualified with a prefix.
Verified on JBDSIS 8.0.0.Alpha2