id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,external_id 460,MgFeatureService.GetIdentityProperties returns wrong properties for 2nd class.,brucedechant,brucedechant,"The identity properties for the 1st class are always returned because of a defect in the code. This defect is caused by the following lines of code in: MgFeatureServiceCache::GetFeatureClassIdentityProperties: if (NULL != data.p && entry->GetFeatureSchemaName() != featureSchemaName && entry->GetFeatureClassName() != featureClassName) The fix would be to change the 2nd && to an ||: if (NULL != data.p && (entry->GetFeatureSchemaName() != featureSchemaName || entry->GetFeatureClassName() != featureClassName)) ",defect,closed,medium,2.0,Feature Service,2.0.0,minor,fixed,,,1052276