Re: [Geoserver-users] WFS Transaction problem

2011-02-28 Thread Andrea Aime
On Mon, Feb 28, 2011 at 12:45 PM, Zsolt Sandor wrote: > > Hello guys, > > You have to run a vacuum command on the database/table. Without that, a bug > will come up, which is not fixed yet. > > For more information see ticket: > > http://jira.codehaus.org/browse/GEOS-4342 > To get a bug fix in a

Re: [Geoserver-users] WFS Transaction problem

2011-02-28 Thread Zsolt Sandor
Hello guys, You have to run a vacuum command on the database/table. Without that, a bug will come up, which is not fixed yet. For more information see ticket: http://jira.codehaus.org/browse/GEOS-4342 Zsolt Sandor wrote: > > Ok guys, i run into another problem, as i described above. I don't

Re: [Geoserver-users] WFS Transaction problem

2011-02-01 Thread Zsolt Sandor
Hello, the problem was not only the schema naming, but also the xml uppercase/lowercase issue. However, i found a bug: In a case of using postgis as the vector store, and if no vacuum has been run on the database, geoserver returns an exception. This also implies that any example using OpenL

Re: [Geoserver-users] WFS Transaction problem

2011-01-31 Thread Zsolt Sandor
Hello, yes, this was the problem. The following query went through the validation process quite nicely. http://www.opengeospatial.net/cite"; xmlns:ogc="http://www.opengis.net/ogc"; xmlns:wfs="http://www.opengis.net/wfs"; xmlns:gml="http://www.opengis.net/gml"; xmlns:xsi="http://www.w3.org

Re: [Geoserver-users] WFS Transaction problem

2011-01-31 Thread Andrea Aime
On Mon, Jan 31, 2011 at 2:17 PM, Zsolt Sandor wrote: > Hello, > > the schema is not the problem, we found out, that transactions in WFS > 1.1 are not supported, only in 1.0. Wrong, GeoServer supports transactions in both. I guess someone confused it with the wfs datastore, which can only send tra

Re: [Geoserver-users] WFS Transaction problem

2011-01-31 Thread Zsolt Sandor
Ok guys, i run into another problem, as i described above. I don't know whether i should fill a bug report, or bring this topic to development list, but i see the following things. i would like to send a position update using WFS/transaction api 1.0. I can trace down the error to JDBCDataStore

Re: [Geoserver-users] WFS Transaction problem

2011-01-31 Thread Zsolt Sandor
> transaction. I do not know if it is the reason for failure, though. > > -Jukka Rahkonen- > > > >> -Alkuperäinen viesti- >> Lähettäjä: Zsolt Sandor [mailto:zsolt.san...@gmail.com] >> Lähetetty: 31. tammikuuta 2011 14:02 >> Vastaanottaja:

Re: [Geoserver-users] WFS Transaction problem

2011-01-31 Thread Rahkonen Jukka
Zsolt Sandor [mailto:zsolt.san...@gmail.com] > Lähetetty: 31. tammikuuta 2011 14:02 > Vastaanottaja: geoserver-users@lists.sourceforge.net > Aihe: Re: [Geoserver-users] WFS Transaction problem > > > Hello guys, > > it start's to being more interesting. I tri

Re: [Geoserver-users] WFS Transaction problem

2011-01-31 Thread Zsolt Sandor
Hello guys, it start's to being more interesting. I tried to run the following WFS query: http://www.opengis.net/wfs"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:ogc="http://www.opengis.net/ogc"; xmlns:feature="http://www.opengeospatial.net/cite"; xmlns:gml="http://www.

[Geoserver-users] WFS Transaction problem

2011-01-31 Thread Zsolt Sandor
Hello guys, we have an installed latest geoserver with postgis database. We use openlayers to display the map and to modify it. I would like to be able to display a map (WMS), then some polygons above the map in vector format (WFS), and the ability to modify and save the polygons. I was able to w