620621622623624625626627628629630
try { // prepare object schema.doPreRemove(c,object,con,this); //save object c.removeObject(con,object); schema.doPostRemove(c,object,con,this); } catch (Throwable t) { throw new MException(registryName,t);