When I try to deploy a process wich process definition file contains the tag conditionExpression it thows the following exception:
org.activiti.engine.ActivitiException: couldn't parse 'com/abc/stfr/activiti/TransferOutProcessTestCase.testTransferOutProcess.bpmn20.xml': The processing instruction target matching "[xX][mM][lL]" is not allowed.
I'm trying to make a conditional sequence flow.
I do the things based on demo activiti-engine-examples.
My process definition file is: <process id="transferout" name="transferout"> <startEvent id="theStart"/>