Closed GoogleCodeExporter closed 9 years ago
This happens when you have an open diagram editor, close eclipse and open it
again. The reference to the businessclassmodel is an EObject which seems a
proxy to the real object and therefore the cast goes wrong. Don't know why this
isn't simply resolved.
Original comment by joswar...@gmail.com
on 19 Nov 2012 at 2:55
Tried to resolve the proxy using EcoreUtil(2).resolve(object, resourceset),
but this does not make any difference.
Original comment by joswar...@gmail.com
on 19 Nov 2012 at 3:30
Proxy resolved by getting the resource set and finding the object through its
URI.
Original comment by joswar...@gmail.com
on 19 Nov 2012 at 3:44
Original issue reported on code.google.com by
de.abg.r...@gmail.com
on 2 Sep 2012 at 8:59