|
Esteban,
You have to walk over all objects in repository and change the reference
with the new object.
It can take a lot of time, depending on the numbers of objects in the
repository.
This is because the ODBReference is serialized inside a cluster.
You have to read all clusters and change the reference to the new
object, then markDirty.
May be David has another answer...
Regards Bruno
|