Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » CDO internals
CDO internals [message #619163] Wed, 04 June 2008 08:26
Eclipse UserFriend
Originally posted by: darpan.cmu.edu

Hi,

I am wondering if how CDO internally works could help me solve my problem.
The scenarios is as follows:
I have two identical models M1 and M2 each containing an element A. I
modify M1 by adding element B to A (using GEF) to get A', and now want to
apply the same model change to M2. As soon as I get the notification I try
to look for A in M2 and want to add B to it as well. Unfortunately I cant
find A in M2 because the Notification event contains A' and not A, so
EmfCoreUtil.equals returns false.

I wonder how CDO transfers model changes from one machine to another? I
think in principle I should be able to apply the same technique here.

Any help appreciated.

Thanks,
-darpan
Previous Topic:[EMF Compare] Does EMF Compare viewer subscribe to workbench's SelectionProvider?
Next Topic:[Teneo] Switch to DB2 and not getting identity columns
Goto Forum:
  


Current Time: Thu Apr 25 07:25:11 GMT 2024

Powered by FUDForum. Page generated in 0.02855 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top