// web service backend.. no underlying simple feature
// so just assume that it exists..
requestedSurrogateProperties.add(filterFac.property(mappedAtt));
} else {
PropertyName propExpr = filterFac.property(mappedAtt);
Object object = propExpr.evaluate(mappedType);
AttributeDescriptor mappedAttribute = (AttributeDescriptor) object;
if (mappedAttribute != null) {
requestedSurrogateProperties.add(filterFac.property(mappedAtt));
} else {
LOGGER.info("mapped type does not contains property "