Yeah I think it has to do with how magic draw saved the andromda-profile into your model..it probably didn't place the profile references in the correct place. In your model's XMI make sure the following 2 fragments:
<UML:Package href='andromda-profile-3.1-M1-SNAPSHOT.xml.zip|_24400562_1076994092004_82761_14'> <XMI.extension xmi.extender='MagicDraw UML 9.0' xmi.extenderID='MagicDraw UML 9.0'> <referentPath xmi.value='::datatype'/> </XMI.extension> </UML:Package> <UML:Package href='andromda-profile-3.1-M1-SNAPSHOT.xml.zip|_8a70287_1078771814628_224704_589'> <XMI.extension xmi.extender='MagicDraw UML 9.0' xmi.extenderID='MagicDraw UML 9.0'> <referentPath xmi.value='::org.andromda.profile'/> </XMI.extension> </UML:Package> are directly below the first <UML:Namespace.ownedElement>. for example: <UML:Namespace.ownedElement> <UML:Package xmi.id='eee_1045467100313_365297_7' name='Component View' isRoot='false' isLeaf='false' isAbstract='false'/> <UML:Package href='andromda-profile-3.1-M1-SNAPSHOT.xml.zip|_24400562_1076994092004_82761_14'> <XMI.extension xmi.extender='MagicDraw UML 9.0' xmi.extenderID='MagicDraw UML 9.0'> <referentPath xmi.value='::datatype'/> </XMI.extension> </UML:Package> <UML:Package href='andromda-profile-3.1-M1-SNAPSHOT.xml.zip|_8a70287_1078771814628_224704_589'> <XMI.extension xmi.extender='MagicDraw UML 9.0' xmi.extenderID='MagicDraw UML 9.0'> <referentPath xmi.value='::org.andromda.profile'/> </XMI.extension> </UML:Package> If you change the location, magic draw will keep them there next time it saves, if you still have problems after trying this, send me your model. -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=679#679 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
