[Geoserver-devel] Testing pull requests on Windows

2015-10-05 Thread Andrea Aime
Hi, I've just noticed that MapServer pull requests get checked not only on Travis/Linux, but also on another system, AppVeyor, that checks them on Windows: [image: Inline image 1] Seems free for open source projects, and someone here figured out how to run Maven on it:

[Geoserver-devel] Reminder: GeoTools / GeoServer Meeting at 19:30 UTC on Tuesday

2015-10-05 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday: http://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+%2F+GeoServer+Meeting=2015=10=6=19=30=0=1 -- Ben Caradoc-Davies Director Transient Software Limited New Zealand

Re: [Geoserver-devel] Image mosaic plugins : set rendering order

2015-10-05 Thread Andrea Aime
On Mon, Oct 5, 2015 at 6:15 PM, Rémi EVE wrote: > Hello, > > We are using image mosaic for rendering a set of image. > > We would like to set a specific rendering order (based on footprints field > value or image name...) for image mosaic. > In the layer configuration

[Geoserver-devel] Build failed in Jenkins: geoserver-2.6.x-nightly #410

2015-10-05 Thread monitor
See -- [...truncated 2958 lines...] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ web --- [INFO] Deleting

[Geoserver-devel] Build failed in Jenkins: geoserver-2.8.x #17

2015-10-05 Thread monitor
See Changes: [etj] [GEOS-7219] geofence-server: add missing libs in plugin package -- [...truncated 6309 lines...] [INFO] [GitCommitIdMojo] build.hudsonId = -1 [INFO] [GitCommitIdMojo]

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

2015-10-05 Thread monitor
See -- [...truncated 13801 lines...] [INFO] [GitCommitIdMojo] build.build.user.name = Unknown [INFO] [GitCommitIdMojo] build.commit.user.name = Andrea Aime [INFO] [GitCommitIdMojo]

Re: [Geoserver-devel] Contratulations to Jody

2015-10-05 Thread Jody Garnett
Thanks to both of you, after careful consideration I decided to try my hand on the osgeo board (rather than starting a projects subcommittee). Wish me luck! -- Jody Garnett On 30 September 2015 at 07:41, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi Jody > > Congratulations

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

2015-10-05 Thread monitor
See Changes: [etj] [GEOS-7219] geofence-server: add missing libs in plugin package -- [...truncated 13653 lines...] [INFO] [GitCommitIdMojo] build.timestamp = 05-Oct-2015 22:33 [INFO]

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

2015-10-05 Thread monitor
See -- [...truncated 13846 lines...] [INFO] [INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ gs-wps-cluster-hazelcast --- [INFO] [GitCommitIdMojo] Running on

Re: [Geoserver-devel] [Geotools-devel] Handling non-working projections / CRS

2015-10-05 Thread Jody Garnett
Got an idea (feel free to shoot down). Right now I have a program that generates the function list for the geotools docs, I keep meaning to add that into the maven build (so the docs are always up to date). Could we do the same thing for a generated

[Geoserver-devel] Strange unti test failures when running localy

2015-10-05 Thread Kevin Smith
I've been getting some strange unit test failures that only seem to occur on my machine. Some in the WFS module that appear and disappear depending on how the tests are run. org.geoserver.wfs.v1_1.GetFeatureTest.testPostWithMatchingUrnBboxFilter()

Re: [Geoserver-devel] Strange unti test failures when running localy

2015-10-05 Thread Jody Garnett
Is it worth comparing maven / java versions? Anything unusual about your setup? You may want to check the history of wfs and related modules "about a month" ago ... - https://github.com/geoserver/geoserver/commits/master/src/wfs -

Re: [Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Richard Duivenvoorde
On 05-10-15 14:36, Daniele Romagnoli wrote: > Dear Richard, > which specific version of GS did you use to produce that log, so we can > track the problem? > (A 2.8 nightly build? a 2.8.0? ...?) > (Asking this because the reported NPE seems coming from a recent line of > code which by the way is

Re: [Geoserver-devel] Direct Download links from CSW

2015-10-05 Thread Daniele Romagnoli
Hi Niels, sorry for the late reply and thanks for your suggestions. At the end, I chose to add values once the feature has been created, without editing the mappings. I was thinking about the case of having thousands of onlineResource entries to be added where I wouldn't add 2 x thousands null

[Geoserver-devel] 2.8 needs ojdbc7.jar for 'Exhausted Resultset' error

2015-10-05 Thread Richard Duivenvoorde
Ok, took me some time to find out that after upgrading to 2.8 and working with oracle layers you also really have to upgrade your ojdbc14.jar ojdbc7.jar from Oracle. Without upgrading you get an error: Failure occured while looking up primary key Exhausted Resultset See also

Re: [Geoserver-devel] 2.8 needs ojdbc7.jar for 'Exhausted Resultset' error

2015-10-05 Thread Andrea Aime
On Mon, Oct 5, 2015 at 11:35 AM, Richard Duivenvoorde wrote: > Ok, took me some time to find out that after upgrading to 2.8 and > working with oracle layers you also really have to upgrade your > ojdbc14.jar ojdbc7.jar from Oracle. > > Without upgrading you get an error: >

[Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Richard Duivenvoorde
Hi devs, I'm testing out the use of one ecw for an aerial instead of a directory of geotiffs. While with the geotiffs it was possible to ask for a tile which is fully(!) outside of the data extent, with an ecw (gdal extension) I get the following error (both in 2.6 as in 2.8) Error rendering

Re: [Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Daniele Romagnoli
Dear Richard, which specific version of GS did you use to produce that log, so we can track the problem? (A 2.8 nightly build? a 2.8.0? ...?) (Asking this because the reported NPE seems coming from a recent line of code which by the way is not part of 2.6.x). Please, let us know. Best Regards,

[Geoserver-devel] [JIRA] (GEOS-7229) GetMap request outside ecw (gdal) bbox raises null pointer exception

2015-10-05 Thread Richard Duivenvoorde (JIRA)
Title: Message Title Richard Duivenvoorde created an issue

Re: [Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Richard Duivenvoorde
On 05-10-15 16:48, Jody Garnett wrote: > You may want to turn this into a bug report :) Done ;) https://osgeo-org.atlassian.net/browse/GEOS-7229 -- ___ Geoserver-devel

Re: [Geoserver-devel] GetMap request outside ecw (gdal) bbox gives nullpointer

2015-10-05 Thread Jody Garnett
You may want to turn this into a bug report :) On Mon, Oct 5, 2015 at 5:41 AM Richard Duivenvoorde wrote: > On 05-10-15 14:36, Daniele Romagnoli wrote: > > Dear Richard, > > which specific version of GS did you use to produce that log, so we can > > track the problem? > > (A

[Geoserver-devel] Image mosaic plugins : set rendering order

2015-10-05 Thread Rémi EVE
Hello, We are using image mosaic for rendering a set of image. We would like to set a specific rendering order (based on footprints field value or image name...) for image mosaic. Is it possible ? Best Regards. Rémi

Re: [Geoserver-devel] [Geotools-devel] Make GML 3 the default in the Layer Preview page

2015-10-05 Thread Stefano Costa
Hi Ben, On Fri, Oct 2, 2015 at 11:06 PM, Ben Caradoc-Davies wrote: > A quick test with the app-schema-tutorial configuration suggests that > tip-level-geometry-less app-schema feature types are now omitted from the > Layer Demo page. The omitted type is gsml:GeologicUnit,