[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[News.eclipse.technology.mddi] It was a bug
|
Hi Thierry,
The problem you encountered was due to EMF resource management.
OCL Tool reply with a model, which is described by a specific meta-model.
EMF can't load model not having its meta-model registered.
We solved this issue, by registring all meta-models in a cenral location
ModelBus Registry.
When consumer tool tryies to connect to a service, first it lookups the
ModelBus Registry for service descriptions. And then calls directly the
found service.
Since description contains required meta-model, it can be registred within
EMF on the lookup time. The ModelBus V1 did not do so.
We fixed this issue some months ago in the development version in CVS.
Today, I've provided a patch for V1 that will fix this issue.
It will be uploded to Eclipse download area in some hours.
Thanks for feedback,
Andrey