Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In cases where the BPMN namespace is prefixed, the parser might throw errors.
Example:
<bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" id="FormalExpression_6">$
{resendRequest == 'true'}</bpmn2:conditionExpression>
The type is not resolved properly in this case, so Activiti does not recognize the type and will throw an parser error.
This should also be checked for attributes like signalRef, messageRef.
Fixed! See revision 3496