]
Andrej Podhradsky closed JBTIS-59.
----------------------------------
Closing this issue since it was fixed a long time ago.
structureRef being changed when BPMN2 model saved
-------------------------------------------------
Key: JBTIS-59
URL:
https://issues.jboss.org/browse/JBTIS-59
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: BPMN2
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 4.0.0
Attachments: QM2.zip
The attached project contains a pre and post saved BPMN2 model. It appears that the
structureRef on some ItemDefinition elements is being changed from a QName (e.g.
ans0:policyQuoteReply) to a relative URI (../schema/policyQuote.xsd#/).
This problem was previously occurring when the BPMN2 model had default namespace
definitions on child elements, but this new 'before' model now has all explicit
namespace declarations at the top level.