[Geoserver-devel] [JIRA] (GEOS-7400) SQL View: Reading settings from featuretype.xml fails

Volkan Gümüs created an issue

GeoServer / BugGEOS-7400

SQL View: Reading settings from featuretype.xml fails

Issue Type:

BugBug

Affects Versions:

2.8.2

Assignee:

Unassigned

Attachments:

sqlview.png

Created:

03/Feb/16 2:41 PM

Environment:

Java™ SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot™ 64-Bit Server VM (build 24.79-b02, mixed mode)
GeoServer 2.8.2

Priority:

HighestHighest

Reporter:

Volkan Gümüs

My workspace/db/layer/featuretype.xml looks like this:

<geometry>
          <name>centroid</name>
          <type>Geometry</type>
          <srid>4326</srid>
        </geometry>
        <geometry>
          <name>location_polygon</name>
          <type>Geometry</type>
          <srid>4326</srid>
        </geometry>
        <geometry>
          <name>pointonsurface</name>
          <type>Geometry</type>
          <srid>4326</srid>
        </geometry>
        <geometry>
          <name>location</name>
          <type>Geometry</type>
          <srid>4326</srid>
        </geometry>

Whenever I restart geoserver, last 3 of 4 SRIDs are reset to -1 (see picture in attachment), but the featuretype.xml is still correct.

Any suggestions?

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v7.1.0-OD-05-006#71001-sha1:081cc1a)

Atlassian logo