Hello,
When using the following curl seeding task everything works ok:
curl.exe -v -u admin:geoserver -XPOST -H "Content-type: text/xml" -d
"<seedRequest><name>Layer</name><gridSetId>EPSG:900913</gridSetId><zoomStart>5</zoomStart><zoomStop>6</zoomStop><format>image/png8</format><type>reseed</type><threadCount>3</threadCount></seedRequest>"
"http://localhost:8080/geoserver/gwc/rest/seed/Layer.xml"
However when I include the boundaries:
curl.exe -v -u admin:geoserver -XPOST -H "Content-type: text/xml" -d
"<seedRequest><name>Layer</name><bounds><coords><double>Xmin</double><double>Ymin</double><double>Xmax</double><double>Ymax</double></coords></bounds><gridSetId>EPSG:900913</gridSetId><zoomStart>5</zoomStart><zoomStop>6</zoomStop><format>image/png8</format><type>reseed</type><threadCount>3</threadCount></seedRequest>"
"http://localhost:8080/geoserver/gwc/rest/seed/Layer.xml"
the following error occurs:
Cannot construct org.geowebcache.grid.BoundingBox as it does not have a
no-args constructor
Please advice how to solve this.
Thanks,
Stephanos
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Error-with-gwc-when-using-curl-seedrequest-with-bounds-tp5129526.html
Sent from the GeoServer - User mailing list archive at Nabble.com.