Community
Participate
Working Groups
SampleRegistrationService under org.eclipse.cosmos.example.mdr.registration.ws uses the wrong index in one of its loops: for (int j = 0; j < removedElements.length; j++) { if ( removedElements[i] != null ){ IInstanceId sourceInsntanceId = ((IRelationship)removedElements[i]).getSourceId(); repository.retrieveRelationshipBySource().remove(sourceInsntanceId); } } removedElements[i] should be removedElements[j]
Fix checked into CVS - HEAD.
closing