This can be fixed by preventing a feature name from being inserted twice.
However, if we do the following test, the JBI editor fails completely.
- Open the jbi.xml file in the source editor. Remove a CDK element (e.g. forward-message-properties).
- Open the jbi.xml file in the form editor. Set a value for the removed element.
- Look at the sources now.
The new CDK element has been inserted at the end of the jbi.xml, after the component specific elements.
This issue requires a quick fix and requires a new version of the studio to be released as soon as possible.
Fixed.
Hack : EMF to DOM. Then DOM sorting. Then DOM to file.