Re: [Geotools-devel] JAI-EXT flooding the console with errors

2015-04-13 Thread Nicola Lagomarsini
Hi all, we will investigate on the issue and provide a fix for it. Regards, Nicola Lagomarsini. 2015-04-11 8:15 GMT+02:00 Andrea Aime : > On Sat, Apr 11, 2015 at 2:04 AM, Ben Caradoc-Davies > wrote: > >> JAI-EXT appears to be flooding the console with errors when building. Are >> any of these

Re: [Geotools-devel] SubtractFromConst and AddConst errors

2015-04-13 Thread Nicola Lagomarsini
Hi Jared, thank you for your fixes. Feel free to submit your pull requests when they are ready. Regards, Nicola Lagomarsini. 2015-04-12 9:04 GMT+02:00 Andrea Aime : > Hi Jared, > we'll need Daniele/Nicola to confirm, hopefully they will follow up > shortly during working days > > Cheers > Andre

[Geotools-devel] FOSS4GE Code Sprint

2015-04-13 Thread Ian Turton
There will be a code sprint at FOSS4GE in Como ( http://wiki.osgeo.org/wiki/Conference-Europe_2015-Como/Code_sprint) do we want to plan to do something there? Ian -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1P

[Geotools-devel] WMTS client

2015-04-13 Thread Christian Mueller
Hi all Do we have a WMTS client ?. A customer of mine has a high interest for such a client (especially to use it in GeoServer). If not, is there a code basis (e.g UDIG) which I can use as a starting point. Cheers Christian -- DI Christian Mueller MSc (GIS), MSc (IT-Security) OSS Open Source

Re: [Geotools-devel] A possibly simple fix for the postgis online test cases hidden failure

2015-04-13 Thread Andrea Aime
On Mon, Apr 13, 2015 at 1:04 AM, Ben Caradoc-Davies wrote: > On 13/04/15 01:07, Andrea Aime wrote: > >> Basically I would switch the test to simply: >> if (available == null || available.booleanValue()) { << >> here! >> This way once "available" has been set, we stay that way for th

Re: [Geotools-devel] WMTS client

2015-04-13 Thread Andrea Aime
On Mon, Apr 13, 2015 at 2:48 PM, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi all > > Do we have a WMTS client ?. A customer of mine has a high interest for > such a client (especially to use it in GeoServer). > > If not, is there a code basis (e.g UDIG) which I can use as a

Re: [Geotools-devel] WMTS client

2015-04-13 Thread Simone Giannecchini
Ciao Christian, I second what Andrea is suggesting, Ugo's work is a perfect starting point (it is actually very close to an ending point :) ) Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more information. == Ing. Simone Giannecch

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-13 Thread Torben Barsballe
We did verify the case, although some of my research suggested the Java driver might be automatically sending the password as all upper-case, so that might be it. I'll try and change the Oracle password to something that is all upper-case and see if that fixes it. Torben On Fri, Apr 10, 2015 at 1

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-13 Thread Andrea Aime
On Mon, Apr 13, 2015 at 5:43 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > We did verify the case, although some of my research suggested the Java > driver might be automatically sending the password as all upper-case, so > that might be it. I'll try and change the Oracle password t

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-13 Thread Torben Barsballe
On Mon, Apr 13, 2015 at 8:47 AM, Andrea Aime wrote: > > On Mon, Apr 13, 2015 at 5:43 PM, Torben Barsballe < > tbarsba...@boundlessgeo.com> wrote: > >> We did verify the case, although some of my research suggested the Java >> driver might be automatically sending the password as all upper-case, s

Re: [Geotools-devel] FOSS4GE Code Sprint

2015-04-13 Thread Jody Garnett
Do we have any developers going? -- Jody Garnett On 13 April 2015 at 05:05, Ian Turton wrote: > There will be a code sprint at FOSS4GE in Como ( > http://wiki.osgeo.org/wiki/Conference-Europe_2015-Como/Code_sprint) do we > want to plan to do something there? > > Ian > > > -

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-13 Thread Torben Barsballe
Alright, after some permissions changes to the Oracle DB, and some changes to the oracle.properties fixture, it looks like the Oracle database tests are working now. Currently running a build on Jenkins... Torben On Mon, Apr 13, 2015 at 8:50 AM, Torben Barsballe < tbarsba...@boundlessgeo.com> wro

[Geotools-devel] Reminder: GeoTools / GeoServer Meeting at 19:30 UTC on Tuesday - NOTE NEW TIME

2015-04-13 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&year=2015&month=4&day=14&hour=19&min=30&sec=0&ah=1 Note that the new meeting time is two hours later than the last meeting. -- Ben Cara

Re: [Geotools-devel] A possibly simple fix for the postgis online test cases hidden failure

2015-04-13 Thread Ben Caradoc-Davies
On 14/04/15 00:52, Andrea Aime wrote: > On Mon, Apr 13, 2015 at 1:04 AM, Ben Caradoc-Davies >> I would be happier if we made an even more brutal refactoring: a test with >> a fixture always runs; the *OnlineTest name pattern is used to turn on some >> classes with -Ponline. No more silent failures

[Geotools-devel] so about module matrix

2015-04-13 Thread Jody Garnett
There is actually some good details (and design docs) in the mix. The best idea I have had is to port this to module README.md files (rather than the wiki). Here is an example for CQL: * https://github.com/geotools/geotools/tree/master/modules/library/cql As you can see the README.md shows up w

Re: [Geotools-devel] SubtractFromConst and AddConst errors

2015-04-13 Thread jerickson
Thanks Nicola and Andrea! The first pull request is for geotools: https://github.com/geotools/geotools/pull/817 and https://osgeo-org.atlassian.net/browse/GEOT-5073 The second pull request is for jai-ext: https://github.com/geosolutions-it/jai-ext/pull/66 Jared -- View this message in co