UDm Release Notes: 11/22/06 - Release 3.1.1 - GME 6.11.9 support - Nested UML namespaces - Helper classes used to access object attributes now have a same-class assignment operator - Added support to get/set the GME model annotations - UdmPseudoObject implements interface Comparable and overrides method hashCode() - Various bug fixes for object hierarchy copy - When generating the XSD schema, the list of global elements will include the classes which are contained only by abstract superclasses - Fix bugs that made attributes of instantiated/derived objects "desynched" from the archetype - Preserve synched/desynched status when copying objects - Added ObjectImpl::getAttrStatus() and ObjectImpl::getTempAttrStatus() to get the synched/desynched status of the value of attributes Known issue: There is a small problem with the registration of the MetaGME2UML.dll in VS8 version interpreter (used in the MetaGME paradigm to convert from MetaGME-style metamodels to UML-style metamodels that are used with Udm). After installation, the interpreter may appear in the GME toolbar as 2 question marks (??) instead of being displayed with the proper icon. To remedy this situation, do the following: 1. Open a command prompt. 2. Change the working directory to %UDM_PATH%/bin (cd "%UDM_PATH%/bin") 3. Run the command: >regsvr32 MetaGME2Uml.dll The icon will now be properly displayed in GME.