Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] Preserve xmi:id's when saving?

Hi Jens,

this is probably an EMF issue. Did you look into the XMI save options? Maybe you need a switch to turn it on...

Cheers,
Christian

On 10/18/2012 12:30 PM, Jens Bürger wrote:
Hello everyone,

when saving my UML-model, some XMI-IDs get lost. Especially the two ones in the model- and package-tag.
<uml:Model xmi:id="idModel" name="seclinksModel">
<packagedElement xmi:type="uml:Package" xmi:id="idPackage" name="seclinksPackage">

What I want to do is generate a UML-diagram back with Topcased, and as far as there are no IDs for these two tags, Topcased refuses to open the diagram file.

If I understand the Javadoc of XMIResource right, the ids are preserved normally.

So I guess there may be a point in Henshin where they get lost?

Thanks in advance,

Jens
_______________________________________________
henshin-dev mailing list
henshin-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/henshin-dev



Back to the top