[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Finding an CDOObject based on its intrinsic ID

Using an XMIResource, I can look up an object based on its intrinsic ID, by calling Resource.getEObject(String uriFragment).

If I try the same with a CDOResourceImpl, that fails because, as I've discovered, CDO uses CDOID's to encode the object's CDOID.Type...

Does this mean that CDO does not honor the intrinsic ID's declared in the model? Or if it does, how can one find an EObject based on the intrinsic ID?

Thanks,
Jasper.