Revision 44354 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.exportto/org.gvsig.exportto.lib/org.gvsig.exportto.lib.api/src/main/java/org/gvsig/export/spi/AbstractExportService.java

View differences:

AbstractExportService.java
215 215
        FeatureType sourceType = source.getType();
216 216
        FeatureType targetType = target.getType();
217 217
        for (FeatureAttributeDescriptor targetAttr : targetType) {
218
            if (targetAttr.isReadOnly() || targetAttr.isComputed()) {
219
                continue;
220
            }
218 221
            String targetAttrName = targetAttr.getName();
219 222
            //translate field
220 223
            String sourceAttrName = getParameters().getExportAttributes().getSourceName(targetAttrName);

Also available in: Unified diff