Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.3
-
Fix Version/s: 1.7.4
-
Component/s: Configuration
-
Labels:None
-
Environment:ubuntu
-
Number of attachments :
Description
when I configure a feature type and I don't want to handle all columns of my table I can choose "baseschema: gml:AbstractFeatureType" to delete some of the columns.
The following error appears when I switch the selectbox to baseschema: gml:AbstractFeatureType (this happens for postgis data and shapes):
ERROR:
avax.servlet.ServletException: ServletException in '/WEB-INF/pages/data/featureTypes/Editor.jsp': Getter for property attributeNames threw exception: java.lang.ClassCastException: org.vfny.geoserver.form.data.AttributeForm
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:843)
org.apache.jasper.runtime.PageContextImpl.access$11(PageContextImpl.java:781)
org.apache.jasper.runtime.PageContextImpl$12.run(PageContextImpl.java:763)
java.security.AccessController.doPrivileged(Native Method)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:761)
org.ap
Issue Links
| This issue relates to: | ||||
| GEOS-3186 | Overriding schema.xsd in states shapefile does not seem to work for GetFeature WFS 1.1 |
|
|
|
So i am pretty sure that this was fixed in the patch that was rolled into 1.7.3a. Especially since the schemaBase is now not available.