Szakacs, Balazs ha scritto: > > Hi, > > I’m trying to append new feature elements via geoserver 1.3.3 WFS-T > service into oracle DB. > > Example from tutorial doesn’t work, because I have been getting the > following error after > > FeatureWriter fw = wfs.getFeatureWriter(feature, > Transaction.AUTO_COMMIT); > > > ---- Exception in thread "AWT-EventQueue-0" > java.lang.UnsupportedOperationException: Schema creation not supported --- > > Could anyone point me to sample code append and change feature element > with usage of WFS-T service of geoserver? > I don't have sample code, but schema creation corresponds to table creation. Are you trying to insert features into a FeatureType that does not exists in Oracle? Otherwise you should not be getting that error. Cheers Andrea Aime
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
