]
Koen Aers resolved GPD-305.
---------------------------
Resolution: Out of Date
GPD diagram are not in sync with text.
--------------------------------------
Key: GPD-305
URL:
https://issues.jboss.org/browse/GPD-305
Project: jBPM GPD
Issue Type: Bug
Components: jpdl
Affects Versions: jBPM jPDL Designer 3.1.6, jBPM jPDL Designer 3.1.7
Reporter: Andrey Sobolev
Assignee: Koen Aers
Fix For: jBPM jPDL Designer 3.x
Hi,
We found a problem then try to use GPD from our product.
Editor could be not in sync with diagram if eclipse file are changed then editor are
opened.
With following simple scenario problem could be reproduced:
1) Create new empty JPDL document.
Content will be following:
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns=""
name="test"></process-definition>
2)Then open processdefinition.xml file with generic text editor and change content to:
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="" name="test"/>
3) After text is saved. Source and diagram are not in sync. So then we add new elements,
text are not modified.
Best regards,
Andrei.