+ " record. Target RID " + rdo.getTargetRid());
return false;
}
// try to create the record
IRecord r = rdo.getIRecord(document);
/*
* check if SetRecord is casual ready, this is not given if the
* version difference is unequal 1
*/
if (r.getRecordType() == RecordType.SET) {
int versionDiff = ((SetRecord) r).getVersionDifference();
if (versionDiff != 1)
if (handleVersionDiff((SetRecord) r,