Revision 34026 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wfs/wfs_1_0_0/request/WFSTLockFeatureRequest1_0_0.java

View differences:

WFSTLockFeatureRequest1_0_0.java
80 80
			req.append("EXPIRY=" + status.getExpiry() + "&");
81 81
		}
82 82
		req.append("VERSION=").append(protocolHandler.getVersion()).append("&EXCEPTIONS=XML");
83
		req.append("&MAXFEATURES=").append(status.getBuffer());
83
		req.append("&MAXFEATURES=").append(status.getMaxFeatures());
84 84
		return req.toString();
85 85
	}
86 86

  
......
107 107
		request.append(WFSTTags.XMLNS + ":" + WFSTTags.GML_NAMESPACE_PREFIX);
108 108
		request.append("=\"" + WFSTTags.GML_NAMESPACE + "\" ");
109 109
		request.append(WFSTTags.XMLNS + ":" + status.getNamespacePrefix());
110
		request.append("=\"" + status.getNamespace() + "\" ");
110
		request.append("=\"" + status.getNamespaceLocation() + "\" ");
111 111
		request.append(WFSTTags.XML_NAMESPACE_PREFIX + ":" + WFSTTags.XML_SCHEMALOCATION);
112 112
		request.append("=\"" + WFSTTags.WFS_NAMESPACE + " ");
113 113
		request.append(getSchemaLocation());

Also available in: Unified diff