[udig-devel] R:Writing Data in GeoServer WFS Data Store
Stefano
fanimo at libero.it
Wed Oct 4 03:36:22 PDT 2006
Hi Jesse,
I try to use BigSerial instead of Big Int but but I've usual problem.
I try to insert a new record (feature without geometry) in this simple
table:
create table Test(
fid bigserial primary key,
text varchar(100)
)
but the usual exception will be generated when the next code is execute:
FeatureWriter fw =
featureStore.getDataStore().getFeatureWriterAppend(featureType.getTypeNa
me(),featureStore.getTransaction());
The exception is : "java.lang.UnsupportedOperationException: Schema
creation not supported"
Thanks
Stefano
More information about the udig-devel
mailing list