Merged BRANCHES/V3.3 to HEAD:

20494: Fix ALF-3099: CMIS Web Services query service not returning column aliases

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20495 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2010-06-02 16:56:22 +00:00
parent 817b841a21
commit a6119e7617

View File

@@ -113,6 +113,7 @@ public class DMDiscoveryServicePort extends DMAbstractServicePort implements Dis
CmisProperty property = propertiesUtil.createProperty(column.getName(), column.getCMISDataType(), values.get(column.getName()));
if (property != null)
{
property.setQueryName(column.getName());
properties.getProperty().add(property);
}
}