Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Problems saving model (losing hrefs)
Problems saving model (losing hrefs) [message #623644] Tue, 10 July 2007 21:24
Jim Strawn is currently offline Jim StrawnFriend
Messages: 29
Registered: July 2009
Junior Member
Hello,

I am having a bit of trouble saving a model file (.emx from RSM). I am
using UML2 version 1.1.1 and emf 2.1.0.

I am able to load the file and save the file without errors. When I
compare old against new, I am missing references to other model files
(which have been loaded into my resource set in the proper order).

Any help would be appreciated.

Ex Node.

Old
<children xmi:id="_F7i-ZLz-EduWf4B9Cbg8WQ" type="ImageCompartment">
<element xmi:type="uml:Class"
href=" ../AbstractCore/AbstractCore.emx#_zaGuYLz7EduWf4B9Cbg8WQ?Abs tractCore/topAndResources/ServiceElement "/>
<layoutConstraint
xmi:type="notation:Size"
xmi:id="_F7i-Zbz-EduWf4B9Cbg8WQ"
width="1320"
height="1320"/>
</children>


New:
<children xmi:id="_F7i-ZLz-EduWf4B9Cbg8WQ" type="ImageCompartment">
<element xmi:type="uml:Class"/>
<layoutConstraint
xmi:type="notation:Size"
xmi:id="_F7i-Zbz-EduWf4B9Cbg8WQ"
width="1320"
height="1320"/>
</children>
Previous Topic:How to add an interface into to list of providedinterfaces of Port?
Next Topic:How to get Project of Element or Model
Goto Forum:
  


Current Time: Tue Sep 24 11:20:32 GMT 2024

Powered by FUDForum. Page generated in 0.03416 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top