What steps will reproduce the problem?
1. Create a BPMN2.0 Process Modell
2. Try to export to XML
What is the expected output?
An XML representation of the model
What do you see instead?
Error Message
Please provide any additional information below.
I checked the svn history...
Sven.Wagnerboysen checked in the file bpmn2.0serialization.js with Revision
3057.
This file contains the error. He changed the call-attributes of the function
generateBpmnXml and
just forgot to change it for downloadXML.
So the following line after "bind(this)" before ");" in downloadXML fixes this
issue.
,this.bpmnSerializationHandlerUrl
I would fix it by myself, but I don't have a subversion account to check in the
fix.
Original issue reported on code.google.com by Thomas2...@gmail.com on 6 Jan 2010 at 8:05
Original issue reported on code.google.com by
Thomas2...@gmail.com
on 6 Jan 2010 at 8:05