[Geoserver-devel] citewfs-1.1 and postgisng?

Justin,

I see web2 now comes with gt-jdbc-postgis (postgisng) only. Looks like this breaks the citewfs-1.1 tests, as they do not work with postgisng even if I change dbtype. Is this a known issue?

My workaround was to add gt-postgis back into the pom for cite testing.

Kind regards,

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

Hi Ben,

Yeah, this is a known issue more or less. From a previous email:

"wfs 1.1 postgisng --> fail **

** the remaining failures (only a handful) are due to how the jdbc-ng
drivers figure out what the feature id's are for inserted features.
Basically it tries to determine what the next fid will be before the
insert occurs which is an incorrect way of doing this. Especially with
postgis where we a) have the ability to figure out the sequence attached
to a column and b) have the currval and lastval functions at our disposal"

That said, wfs 1.1 tests don't pass on regular postgis either, only h2.

-Justin

Ben Caradoc-Davies wrote:

Justin,

I see web2 now comes with gt-jdbc-postgis (postgisng) only. Looks like this breaks the citewfs-1.1 tests, as they do not work with postgisng even if I change dbtype. Is this a known issue?

My workaround was to add gt-postgis back into the pom for cite testing.

Kind regards,

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

Justin,

thanks for confirming that the citewfs-1.1 postgisng failures are known. The failures I see are startup failures with the cite config. GS cannot find the types. If this is not the failure type you expected, let me know and I will file a report.

citewfs-1.1 all pass for me for web2 using postgis, except for wfs:wfs-1.1.0-Basic-GetFeature-tc42.4, as described in GEOS-1854 (I am using postgresql 8.3). I think Andrea also had citewfs-1.1 working on postgis.

Kind regards,

Justin Deoliveira wrote:

Hi Ben,

Yeah, this is a known issue more or less. From a previous email:

"wfs 1.1 postgisng --> fail **

** the remaining failures (only a handful) are due to how the jdbc-ng
drivers figure out what the feature id's are for inserted features.
Basically it tries to determine what the next fid will be before the
insert occurs which is an incorrect way of doing this. Especially with
postgis where we a) have the ability to figure out the sequence attached
to a column and b) have the currval and lastval functions at our disposal"

That said, wfs 1.1 tests don't pass on regular postgis either, only h2.

-Justin

Ben Caradoc-Davies wrote:

Justin,

I see web2 now comes with gt-jdbc-postgis (postgisng) only. Looks like this breaks the citewfs-1.1 tests, as they do not work with postgisng even if I change dbtype. Is this a known issue?

My workaround was to add gt-postgis back into the pom for cite testing.

Kind regards,

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

Ben Caradoc-Davies ha scritto:

Justin,

thanks for confirming that the citewfs-1.1 postgisng failures are known. The failures I see are startup failures with the cite config. GS cannot find the types. If this is not the failure type you expected, let me know and I will file a report.

citewfs-1.1 all pass for me for web2 using postgis, except for wfs:wfs-1.1.0-Basic-GetFeature-tc42.4, as described in GEOS-1854 (I am using postgresql 8.3). I think Andrea also had citewfs-1.1 working on postgis.

Actually lately I run citewfs-1.0 on top of postgis-ng (and it passed)
Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Andrea Aime wrote:

Ben Caradoc-Davies ha scritto:

Justin,

thanks for confirming that the citewfs-1.1 postgisng failures are known. The failures I see are startup failures with the cite config. GS cannot find the types. If this is not the failure type you expected, let me know and I will file a report.

citewfs-1.1 all pass for me for web2 using postgis, except for wfs:wfs-1.1.0-Basic-GetFeature-tc42.4, as described in GEOS-1854 (I am using postgresql 8.3). I think Andrea also had citewfs-1.1 working on postgis.

Actually lately I run citewfs-1.0 on top of postgis-ng (and it passed)

Yes, I also had no problems running citewfs-1.0 on postgisng (as in svn) and there were no failures. This is an improvement on postgis.

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@anonymised.com>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia