Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[uml2-dev] uml2.ecore

hi all,

i have a question about uml2.ecore file on cvs repository.
i'm working on an application which should refer to a meta-model
definition of uml2 model. when i got uml2.ecore file from cvs
repository(org.eclipse.uml2/plugins/org.eclipse.uml2/model) and let the
application parse it, i got the following exception:

org.eclipse.emf.ecore.xmi.UnresolvedReferenceException: Unresolved
reference '//Namespace/%duplicates%/ownedMember'.
(platform:/resource/test/UML2.ecore, 187, 112)
  at
org.eclipse.emf.ecore.xmi.impl.XMLHandler.handleForwardReferences(XMLHandler.java:568)
  at
org.eclipse.emf.ecore.xmi.impl.XMLHandler.endDocument(XMLHandler.java:627)
  at
org.eclipse.emf.ecore.xmi.impl.SAXWrapper.endDocument(SAXWrapper.java:59)
  at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endDocument(Unknown
Source)
  ...

does everyone know the reason or solution?

actually i don't know if the format of the
reference(//Namespace/%duplicates%/ownedMember) is correct. is it a good
format to make a reference to an element?


best regards,
-- 
Shigemoto FUJIKURA
fujikura@xxxxxxxxxxxxxxxxxxxxxx


Back to the top