Hi all,
trying out a binary build on my computer I get the following output
for any WFS 1.1 GetFeature request:
<ows:ExceptionReport version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
-
<ows:Exception exceptionCode="NoApplicableCode">
-
<ows:ExceptionText>
We have had issues trying to flip axis of GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]
Authority "URN" is unknown or doesn't match the supplied hints. Maybe it is defined in an unreachable JAR file?
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
It's the same problem I've seen on trunk and that created
my lots of trouble testing WCS 1.1... but I've never seen it
on 1.6.x.
I'm the only one? Can anyone else try this? Create the geoserver-bin.zip using the release instructions, and then try one of the wfs 1.1
requests...
It fails for me no matter if I use jdk 1.4, 1.5 or 1.6.
Let me know, this is serious (and very annoying). Ah, and it does
not happen if I start gs from eclipse
Cheers
Andrea