|
|
Re: Error in .gmfmap model (in mapping model) [message #1061404 is a reply to message #1060894] |
Fri, 31 May 2013 09:27  |
Eclipse User |
|
|
|
Hi!
I ran into the exact same problem today while going through this tutorial: http://www.ibm.com/developerworks/library/os-ecl-gmf/
My issue was that I had errors in my .gmfgraph definition, which I only realized after going through it line by line, side by side with the working example, downloadable from the above tutorial page. (bottom of the page)
I strongly suggest that you re-check your models looking at this working example.
I had the following inconsistencies in .gmfgraph: (maybe these are the very errors you have)
-I did not wrap my "Figure"-s within a "Figure Description".
An example hierarchy would be:
Canvas/FigureGallery/FigureDescriptor/Ellipse
Whereas my faulty original was:
Canvas/FigureGallery/Ellipse
-I did not set the "figure" reference of the "Node"-s. This was because you can only reference "FigureDescriptor" objects here, not the "Figure"-s (like "Ellipse") themselves, so omitting those will make you leave these empty as well.
I hope I could help!
Mike
|
|
|
Powered by
FUDForum. Page generated in 0.05689 seconds