Revision 24018

View differences:

branches/v2_0_0_prep/libraries/libFMap_dataDB/src/org/gvsig/fmap/data/feature/db/jdbc/JDBCStore.java
30 30
import org.gvsig.fmap.data.feature.impl.commands.implementation.AttributeCommand;
31 31
import org.gvsig.fmap.data.feature.impl.commands.implementation.FeatureCommand;
32 32
import org.gvsig.fmap.data.feature.impl.commands.implementation.UpdateAttributeCommand;
33
import org.gvsig.fmap.data.feature.impl.commands.implementation.UpdateFeatureCommand;
33
import org.gvsig.fmap.data.feature.impl.commands.implementation.FeatureCommandUpdate;
34 34
import org.gvsig.fmap.data.resource.ResourceManager;
35 35
import org.gvsig.fmap.data.resource.impl.DefaultResourceManager;
36 36
import org.gvsig.fmap.data.resource.spi.AbstractResource;
......
244 244
				obj=commandsfeatures.next();
245 245
				if (obj instanceof FeatureCommand){
246 246
//					Feature oldFeature = ((UpdateFeatureCommand)obj).getOldFeature();
247
					feature = ((UpdateFeatureCommand)obj).getFeature();
247
					feature = ((FeatureCommandUpdate)obj).getFeature();
248 248
					featureId =feature.getReference();
249 249
					feature = featureManager.getFeature(featureId, this,null);
250 250
					if (feature != null){
branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/exceptions/XMLInitializeException.java
6 6

  
7 7
public class XMLInitializeException extends XMLException {
8 8

  
9
	/**
10
	 *
11
	 */
12
	private static final long serialVersionUID = 8769648026876440810L;
13

  
9 14
	public XMLInitializeException(String name,Throwable exception) {
10 15
		init();
11 16
	}

Also available in: Unified diff