[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Mysterious behaviour of GMF Editor

Hi there!

I have a GMF Editor that should be a very simple UML-Editor. I have several figures and links:

Figures are packages - containing a compartment for classes and classes containing a compartment for attributes

attributes are a simple label, subpackages are represented via linking between 2 packages.

Everything worked fine as i generated it. But now, a few month later this editor shows a mysterious behaviour:

If i add some attributes to a class, i can edit every attribute of this attribute in the EMF-Part of the properties view or edit the label directly in the diagram (there is a view- and edit-pattern for the label). I save this, an the resulting "data file" shows every attribute, class and package. Now, if i open this saved diagram again, only packages and class figures are there, the attributes are gone. So i look in the "data file" and also there the attributes are gone!

For better understanding i could add my .gmfgraph and .gmfmap files. I use GMF 1.0.1 (Callisto Edition Version 1.0.1.v20060926).
My first thought was the version. Could that be? I don't know exactly what version i used to generate the initial editor, but i think it was 1.0.0.


Any ideas how i could fix that behaviour?

Regards
Jens Krause