Re: [Geoserver-devel] Add a WMS GetMap timeout option

2015-05-12 Thread Torben Barsballe
I have moved my prototype implementation of a timeout format option into GeoServer as part of the RenderedImageMapOutputFormat. (Pull Request here: https://github.com/geoserver/geoserver/pull/1055 ). Changes: - Added a "timeout" format option to the RenderedImageMapOutputFormat. Allows user

[Geoserver-devel] Build failed in Jenkins: geoserver-master #1386

2015-05-12 Thread monitor
See -- [...truncated 21333 lines...] [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ gs-web-wms --- [INFO] Deleting

Re: [Geoserver-devel] By request interpolation method in WMS

2015-05-12 Thread Jody Garnett
Just wanted to double back to this issue, as GEOT-5064 indicates you want to back port the functionality - do you want to do that before next week's release? A number of GeoServer issues are stacking up on this subject (GEOS-7005

Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2015-05-12

2015-05-12 Thread Jody Garnett
A couple of things Jim: - Can you confirm master is working for you :) - We should touch base with Tyler to see if there are any other dependencies we need to update before cutting a 14.x milestone - I did not implement normalize() and normalize(Matrix) as I was not confident on how to implement t

[Geoserver-devel] Build failed in Jenkins: geoserver-master #1385

2015-05-12 Thread monitor
See -- [...truncated 23056 lines...] [INFO] [INFO]

Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2015-05-12

2015-05-12 Thread Jim Hughes
Ben, Thanks for the notes. Jody, thanks for finishing up the vecmath work; it looks good to me. (I think I found an used variable.) If there's anything outstanding for the vecmath work, I might be able to find a few more hours. For the 14-M0 release, let me know what I can do. Cheers, Jim

[Geoserver-devel] Jenkins build is back to normal : geoserver-master #1383

2015-05-12 Thread monitor
See -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performan

[Geoserver-devel] GeoTools / GeoServer Meeting 2015-05-12

2015-05-12 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2015-05-12 === Attending - Ben Caradoc-Davies Jody Garnett Kevin Smith Jukka Rahkonen Andrea Aime Torben Barsballe Agenda -- - Jira migration - Release - Pull Request Roundup Actions --- - Torben / Kevin: May 18t

Re: [Geoserver-devel] HelloWPS

2015-05-12 Thread Jonny Huck
Good to know, thanks very much! On Tuesday, 12 May 2015, Jody Garnett wrote: > Thanks for the discussion, I have updated the page (and it will rebuild > shortly). > > In the future if you see anything wrong with the docs it is very easy to > make the change - github lets you edit directly: > > *

Re: [Geoserver-devel] Change in GWC breaking nightly build

2015-05-12 Thread Gabriel Roldan
ok I see Kevin fixed it at 355a287ff9dae5156ec9b6b19c78d8e641312ec7 already On Tue, May 12, 2015 at 3:47 PM, Gabriel Roldan wrote: > > > On Tue, May 12, 2015 at 3:43 PM, Gabriel Roldan > wrote: > >> Hi I didn't know I had to check that module, sorry. Took care of removing >> the calls from the

Re: [Geoserver-devel] Build failed in Jenkins: geoserver-master #1382

2015-05-12 Thread Andrea Aime
On Tue, May 12, 2015 at 8:56 PM, wrote: > See > > Changes: > > [jody.garnett] fix import > Err huh?? I did a full build before committing, no files I did not commit (just checked) and the file has no errors in Eclipse for me. W

Re: [Geoserver-devel] HelloWPS

2015-05-12 Thread Jody Garnett
Thanks for the discussion, I have updated the page (and it will rebuild shortly). In the future if you see anything wrong with the docs it is very easy to make the change - github lets you edit directly: * http://docs.geoserver.org/latest/en/docguide/quickfix.html On Fri, 8 May 2015 at 01:44 A

[Geoserver-devel] Build failed in Jenkins: geoserver-master #1382

2015-05-12 Thread monitor
See Changes: [jody.garnett] fix import -- [...truncated 3691 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.geoserver.security.validation.R

[Geoserver-devel] Build failed in Jenkins: geoserver-master #1381

2015-05-12 Thread monitor
See Changes: [jody.garnett] Build speed up with explicitly setting which beans need early initialization instead -- [...truncated 5434 lines...] [INFO] skip non existing resourceDirector

Re: [Geoserver-devel] Change in GWC breaking nightly build

2015-05-12 Thread Gabriel Roldan
On Tue, May 12, 2015 at 3:43 PM, Gabriel Roldan wrote: > Hi I didn't know I had to check that module, sorry. Took care of removing > the calls from the gwc module before the update to gwc. Fixing the > hz-cluster module now. > I mean, gwc-distributed. > > On Tue, May 12, 2015 at 11:10 AM, Andrea

Re: [Geoserver-devel] Change in GWC breaking nightly build

2015-05-12 Thread Gabriel Roldan
Hi I didn't know I had to check that module, sorry. Took care of removing the calls from the gwc module before the update to gwc. Fixing the hz-cluster module now. On Tue, May 12, 2015 at 11:10 AM, Andrea Aime wrote: > Hi, > yesterday a change in GWC TileObject API > caused the GeoServer Hazelca

Re: [Geoserver-devel] Change in GWC breaking nightly build

2015-05-12 Thread Kevin Smith
A test in the Hazelcast Caching module is calling some of the methods that Gabriel removed. It looks like it just requires removing those calls as they don't represent the actual behaviour of GWC that they are meant to be mocking. On 12 May 2015 at 07:10, Andrea Aime wrote: > Hi, > yesterday a

Re: [Geoserver-devel] App-Schema online tests

2015-05-12 Thread Torben Barsballe
Hi Neils Oracle tests are going fine so far, there has been a bit of a delay since the DBA who manages the Oracle DB we are using has been out for the last couple weeks. The only real question I had was about the TESTTBS tablespace - based on the errors we are getting from the app-schema tests it

[Geoserver-devel] Change in GWC breaking nightly build

2015-05-12 Thread Andrea Aime
Hi, yesterday a change in GWC TileObject API caused the GeoServer Hazelcast based distributed in memory cache to fail compilation: https://github.com/GeoWebCache/geowebcache/commit/af3d205205a5540a52115c76f7dc95fb938deac5 Can anybody have a look? Cheers Andrea -- == GeoServer Professional Ser

Re: [Geoserver-devel] App-Schema online tests

2015-05-12 Thread Niels Charlier
Hello Torben, Sorry for my late response. Picking up after a holiday. The oracle online tests are not so straight-forward to set up. Can I be of any assistance or have you sorted it out in the meantime? Regards Niels On 24-04-15 01:50, Torben Barsballe wrote: Excellent, good to know we are ma

[Geoserver-devel] Build failed in Jenkins: geoserver-master-nightly #632

2015-05-12 Thread monitor
See Changes: [groldan] Remove TileObject.setId(long) calls in gwc tests. -- [...truncated 10546 lines...] [INFO] [GitCommitIdMojo] build.hudsonId = -1 [INFO] [GitCommitIdMojo] build

[Geoserver-devel] [JIRA] (GEOS-7019) wrong schema on WCS20 EO Metadata

2015-05-12 Thread Daniele Romagnoli (JIRA)
Title: Message Title Daniele Romagnoli created an issue