Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-09 Thread Olyster
Andrea, I will perform the upgrade to 2.14. I'm a developer. I'll help out by answering all the questions for which I know the answer or at least things to try to eventually get to the solution. Thanks for your help -- Sent from:

Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-07 Thread Andrea Aime
On Sat, Oct 6, 2018 at 11:53 PM Olyster wrote: > Andrea, > > you are right : I use the actuel featuretype name and *NOT* the string > "featuretypeName". > > As stated I don't have this problem with 2.12.2 so I think it may be a > solved bug. > 2.12.x is dead and unsupported, please upgrade to

Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-06 Thread Olyster
Andrea, you are right : I use the actuel featuretype name and *NOT* the string "featuretypeName". As stated I don't have this problem with 2.12.2 so I think it may be a solved bug. Let me know if you find anything with the problem Schema "SchemaName" does not exist after the first recalulation

Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-06 Thread Andrea Aime
Hi, I don't have much experience with the rest api module, but I'm wondering... you're not really using "featuretypeName", verbatim, in the request, but you are setting the actual typename that you're trying to modify, right? Silly question I know, but if you were to use it verbatim, it would

Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-05 Thread Olyster
unfortunately I can't find the exact site %?$/ just use postman and pass featuretypeNametrue as an xml body as text/xml with autorization and content type (text/xml) header -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-03 Thread Bessette-Halsema, Dominique E
Hi I'm having a similar issue. What is the site you were looking at? Dominique -Original Message- From: Olyster Sent: Wednesday, October 3, 2018 5:53 AM To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box

Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-03 Thread Olyster
Thanks for your answer. I found out on another site that I have to pass an XML body which looks like this : featuretypeNametrue There's absoluteley no mention of this in the documentation. Now It seems that there's a bug in 2.12.1 : I update the bounds via REST. I get 200 OK. If I try to

Re: [Geoserver-users] [Geoserver-devel] Recalculate Feature Bounding Box REST API

2018-10-02 Thread Jody Garnett
Please visit the user list to ask, the developers list is used for those working directly on the codebase. For more information see http://geoserver.org/comm/ Since you are running in debug mode you have a checkout of the codebase. Have a look at the test-cases to see what works (perhaps we have