558559560561562563564565566567568
try { // prepare object schema.doPreSave(c,object,con,this); //save object c.saveObject(con,object); } catch (Throwable t) { throw new MException(registryName,t); } if (myCon != null) {