Re: [mdr-users] Problems with additional Tags
Martin Matula <[email protected]> Thu, 21 Jul 2005 10:24:42 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
That's weird - I don't see any problem with the XMI file. Are you sure you load a correct file? Could you please describe step by step what you do and when do you encounter a problem? If possible, could you please provide the whole XMI? Martin ludger goeke wrote: >Hi Martin, >I still got a problem with attaching the "xmi.namespace-tag" to a package. >I attached it in Posidon to my metamodel-packagage but I didn`t achived the >expected result( org.omg.uml2:...).Here is a part of my metamodel xmi-file. > ><Model:Package xmi.id = 'a8' name = 'Uml2Module' annotation = '' isRoot = >'false' isLeaf = 'false' isAbstract = 'false' visibility = 'public_vis'> > <Model:Namespace.contents> > <Model:Tag xmi.id = 'a9' name = 'xmi.namespace' annotation = '' > tagId = 'xmi.namespace'> > <Model:Tag.values>org.omg.uml2</Model:Tag.values> > <Model:Tag.elements> > <Model:Package xmi.idref = 'a8'/> > </Model:Tag.elements> > >I got the same problem with the Attachement of the javax.jmi.substituteName >- Tag. Here is again a part of the metamodel-file. > ><Model:Class xmi.id = 'a117' name = 'Class' annotation = '' isRoot = 'false' >isLeaf = 'false' isAbstract = 'false' visibility = 'public_vis' isSingleton >= 'false'> > > ><Model:Tag xmi.id = 'a119' name = ' javax.jmi.substituteName' annotation = >''tagId = ' javax.jmi.substituteName'> > <Model:Tag.values>StructClass</Model:Tag.values> > <Model:Tag.elements> > <Model:Class xmi.idref = 'a117'/> > </Model:Tag.elements> > >Can you tell me what my mistake is ? > >Regards Ludger > > >