I also ran into this problem; basically commit() is failing when I have a transaction operation. It looks like (for GeoServer anyway that we are tripping up parsing the Transaction response). That is expensive enough to fix that I cannot do it on volunteer time (sorry!) - I *think* this only occurs when the transaction includes a delete but I am not sure.
What I have done is cleaned up the GeoServerOnlineTest so that the GeoServer developers can see for themselves. It may be time to start writing a new WFSDataStore using the GML2 / GML3 (ie xml-xsd) parser. Jody > Jody Garnett wrote: > >> You can use FeatureStore.addFetures( FeatureCollection ). You will find >> some of the demo code for a FOSS4G2006 does this. >> >> >> > > Hi Jody, > > i did another try with 2 FeatureCollections, because i did not find the demo > code. At the moment, i have 1 featureCollection with features from the WFS > Server. The second featureCollection is created by the shapefile, where the > features, which i want to save on the WFS Server, are saved. > Now i have the problem, that i am not able to add this collection to the > first collection (from the WFS Server). I am not able to change or clean the > collection from the WFS Server at all. > > Ingo > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
