I added a new postgres featuretype the same way I did in the old version of
Geoserver 1.5.2 and I cant view it in the map preview demo page because the
link for the Layer isn't showing up. is there something new i have to do in
order to enable the featuretype?
Also when i try to do a WFS_transactionInsert request i get a
ArrayOutofbounds error
<?xml version="1.0" ?>
- <ServiceExceptionReport version="1.2.0" xmlns="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/ogc
http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd">
<ServiceException>java.lang.ArrayIndexOutOfBoundsException: 5
java.lang.ArrayIndexOutOfBoundsException: 5</ServiceException>
</ServiceExceptionReport>
for this xml doc (i deleted the info)
<wfs:Transaction service="WFS" version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd
http://www.opengeospatial.net/cite
http://[host]:[port]/geoserver/wfs/DescribeFeatureType?typename=cite:tracks
http://[host]:[port]/geoserver/wfs/DescribeFeatureType?typename=cite:alias"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cite="http://www.opengeospatial.net/cite"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:gml="http://www.opengis.net/gml">
<wfs:Delete
typeName="cite:tracks"><ogc:Filter><ogc:PropertyIsEqualTo><ogc:PropertyName>...</ogc:PropertyName><ogc:Literal>...</ogc:Literal></ogc:PropertyIsEqualTo></ogc:Filter></wfs:Delete>
<wfs:Insert><cite:tracks><cite:guid>...</cite:guid><cite:classification/><cite:creationtimestamp>...</cite:creationtimestamp><cite:lastupdatetime>...</cite:lastupdatetime><cite:effectivetime>...</cite:effectivetime><cite:reportedtime>...</cite:reportedtime><cite:staletime>...</cite:staletime><cite:confidencevalue>...</cite:confidencevalue><cite:behavioridentity>...</cite:behavioridentity><cite:nationality/><cite:classificationcategory>...</cite:classificationcategory><cite:classconfidencevalue>...</cite:classconfidencevalue><cite:axislabels>...</cite:axislabels><cite:uomlabels>...</cite:uomlabels><cite:aoumajaxis>...</cite:aoumajaxis><cite:aouminaxis>...</cite:aouminaxis><cite:aouvalid>...</cite:aouvalid><cite:the_geom><gml:Point
srsName="..."><gml:coordinates decimal="." cs="," ts="
">-...</gml:coordinates></gml:Point></cite:the_geom></cite:tracks></wfs:Insert><wfs:Insert><cite:alias><cite:guid>...</cite:guid><cite:source>name</cite:source><cite:name>...
</cite:name><cite:the_geom><gml:Point><gml:coordinates decimal="." cs=","
ts="
">-...</gml:coordinates></gml:Point></cite:the_geom></cite:alias></wfs:Insert></wfs:Transaction>
Thanks
--
View this message in context: http://www.nabble.com/1.6RC2-FeatureType-tp14697258p14697258.html
Sent from the GeoServer - User mailing list archive at Nabble.com.