Re: [Geotools-gt2-users] Using Hibernate DB sequence with the PostGIS datastore

2009-03-30 Thread Vincent Frison
Le lundi 2009 mars 30, Vincent Frison a écrit : > I will try it tonight but first I need to upgrade my Debian box because > "ALTER SEQUENCE OWNED BY" is supported only in PG 8.2 and 8.3 (not 8.1 > which is the release in Debian 4.0). Ok I've upgraded my PG to 8.3 and tried

Re: [Geotools-gt2-users] Using Hibernate DB sequence with the PostGIS datastore

2009-03-30 Thread Vincent Frison
Le lundi 2009 mars 30, vous avez écrit : > Vincent Frison ha scritto: > > Hi, > > > > I'm trying to use the PostGIS DataStore on a PostgreSQL database which > > has been created by the Grails web framework (which uses Hibernate > > internaly). > > >

[Geotools-gt2-users] Using Hibernate DB sequence with the PostGIS datastore

2009-03-29 Thread Vincent Frison
Hi, I'm trying to use the PostGIS DataStore on a PostgreSQL database which has been created by the Grails web framework (which uses Hibernate internaly). On feature creation the PG datastore is able to find a valid FID though I'm not sure that it really uses the Hibernate sequence. But I'm tota

Re: [Geotools-gt2-users] DataStore factory

2007-06-13 Thread Vincent Frison
Le lundi 2007 mai 28, vous avez écrit : > zze-M2S FRISON V ext RD-BIZZ-SOP wrote: > > And if I'm wright there's the same error at line 311. > > I don't see the problem in this case Vincent. Oops sorry, the bug was only in line 344! ;) -

Re: [Geotools-gt2-users] DataStore factory

2007-06-13 Thread Vincent Frison
Le mardi 2007 mai 22, zze-M2S FRISON V ext RD-BIZZ-SOP a écrit : > And if I'm wright there's the same error at line 311. If I'm right, not if I'm wright :) So nobody could confirm me about this bug fix? Well I got no reply from the maintener, and no reply from the mailing list.. I don't know w

Re: [Geotools-gt2-users] DataStore factory

2007-05-29 Thread Vincent Frison
Le lundi 2007 mai 28, Jody Garnett a écrit : > zze-M2S FRISON V ext RD-BIZZ-SOP wrote: > > And if I'm wright there's the same error at line 311. Oops sorry, the bug was only in line 344! ;) - This SF.net email is sponsored by

Re: [Geotools-gt2-users] DataStore factory

2007-05-27 Thread Vincent Frison
Le dimanche 2007 mai 27, Martin Desruisseaux a écrit : > Vincent Frison a écrit : > > Well I got no reply from the maintener, and no reply from the mailing > > list.. I don't know what to do! > > Unfortunatly I have never been involved in feature DataStore of any kind, &

Re: [Geotools-gt2-users] DataStore factory

2007-05-23 Thread Vincent Frison
Le mardi 2007 mai 22, zze-M2S FRISON V ext RD-BIZZ-SOP a écrit : > And if I'm wright there's the same error at line 311. If I'm right, not if I'm wright :) So nobody could confirm me about this bug fix? Well I got no reply from the maintener, and no reply from the mailing list.. I don't know w

[Geotools-gt2-users] Retrieving FIDs on WFS inserts

2007-02-20 Thread Vincent Frison
Hi, I post another thread because my features are well inserted now, ie. their primary key (a column called "id") is valued with the database sequence (not with ID generated by geoserver). Altough I'm not sure why it's working now (seems that moving all my feature tables to the "public" schema wa

Re: [Geotools-gt2-users] About the DB schema bug

2007-02-15 Thread Vincent Frison
2007/2/15, Cory Horner <[EMAIL PROTECTED]>: Sorry for missing the message -- haven't been watching the lists very closely. I thought we did a decent job on schema support, but it hasn't been tested on _every_ configuration yet. My inkling is that it could be a permissions problem, but the easi

[Geotools-gt2-users] About the DB schema bug

2007-02-15 Thread Vincent Frison
MTP server which is not my regular one). However I could catch one reply from Andrea (BTW thanks Andrea for your private mail), where it seems it was really a bug and not a bad configuration/use. So I repost here: /// On 2/8/07, Vincent Frison <[EMAIL PROT

[Geotools-gt2-users] Very strange SQL query

2007-02-08 Thread Vincent Frison
Hi all, I'm trying to add features with a featureStore.addFeatures(featuresToAdd) but transaction fails. In the stack trace I can see this amazing SQL query: org.geotools.data.DataSourceException: Error Performing SQL query: SELECT "id", "key", "userId", "layerId", "sessionId", "label", "mode",

[Geotools-gt2-users] Id generation with WFS 1.0

2007-02-05 Thread Vincent Frison
Hi all, I just found this page (http://docs.codehaus.org/display/GEOTOOLS/idgen+support+for+WFS+1.1+transaction+request) explaining the pb about FID generation and how OGC has "solved" it in the new WFS specs. But what about WFS 1.0 and the current implementation of GeoServer/GeoTools? Is "Gen