Revision 41294 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeature.java

View differences:

DefaultFeature.java
114 114
			throw new SetReadOnlyAttributeException();
115 115
		}
116 116

  
117
		if (attribute.getEvaluator() != null) {
118
			throw new SetReadOnlyAttributeException();
119
		}
120

  
121 117
		if (value == null) {
122 118
			if (!attribute.allowNull()) {
123 119
				if (!attribute.isAutomatic()) {

Also available in: Unified diff