MosaicStore doesnt reload shp index properly after
---------------------------------------------------
Key: GEOS-3270
URL: http://jira.codehaus.org/browse/GEOS-3270
Project: GeoServer
Issue Type: Bug
Affects Versions: 1.7.x
Environment: Win XP, Tomcat
Reporter: Ivan Grcic
Assignee: Andrea Aime
Priority: Minor
Here I described how I refresh my Coverage:
http://www.nabble.com/Reload-Mosaic-CoverageStore-Coverage-after-shp-properties-file-has-been-modified-td23928766.html#a23998686
Through REST I delete coverage store, the coverage and then I PUT them again.
It works well, coverage store is deleted then created again, with OK return satuses:
Delete coverage: HTTP/1.1 200 OK
Delete coverageStore: HTTP/1.1 200 OK
Create coverageStore: HTTP/1.1 201 Created
But thers one problem: the shape file doesnt get updated, until I reload geoserver
store with admin/loadFromXML.do as described here:
http://geoserver.org/display/GEOSDOC/Alternative+for+reloading+the+Geoserver+catalog
I guess it is because shape file is loaded into memory, and REST
doesnt do neccessary things to update the shape file?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira