[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Get domain model file in RPC Editor

Hello,
i need the domain model file of my diagram.

Getting the diagram file is no problem, also tried several ways as described for example in http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg06592.html
or
http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg18664.html
to get the domain model file.


But the Problem is that e.g. WorkspaceSynchronizer.getFile(diagram.getElement().eResource()) always returns null.

I think the problem could be that in a RCP Editor i have no real workspace with projects and files unedr control.

Does anybody know a way to get the domain model file in a stand alone editor ?

Kind Regards Patrick