[Geoserver-devel] Build failed in Jenkins: GeoServer-2.8.x #285

2016-06-15 Thread winbuild
See -- [...truncated 1612 lines...] at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at org.hsqldb.jdbc.JDBCDataSource.getConnection(Unknown Source) at

Re: [Geoserver-devel] Upgrade to NetCDF-Java 4.6.6

2016-06-15 Thread Ben Caradoc-Davies
Merged on master, with Daniele's approval. Any objection to backporting this one to 15.x / 2.9.x? As this is a new feature and an upgraded dependency, I do not intend to backport to 14.x / 2.8.x. Kind regards, Ben. On 14/06/16 23:28, Ben Caradoc-Davies wrote: > NetCDF-Java 4.6.6 has been built

Re: [Geoserver-devel] About PSC meeting times

2016-06-15 Thread Ben Caradoc-Davies
+1 for rotating the meeting. All voting is already conducted on the mailing lists, as it should be, to keep everything open and transparent. Only minor issues are handled informally. Nothing else can be formally agreed in a PMC / PSC meeting until all voting members have had a chance to vote. I

Re: [Geoserver-devel] Different time for next meeting?

2016-06-15 Thread Ben Caradoc-Davies
[re-sent with less recipients to avoid upsetting the mail server] For your consideration, I think these are our time zones: http://www.timeanddate.com/worldclock/meetingtime.html?day=28&month=6&year=2016&p1=256&p2=136&p3=215&p4=101&p5=152&p6=952&iv=1800 This time (15:30 UTC) looks equi-inconvenie

[Geoserver-devel] Build failed in Jenkins: GeoServer-Master-OpenJDK8 #720

2016-06-15 Thread jenkins
See Changes: [ben] [GEOT-5434] Upgrade to NetCDF-Java 4.6.6 -- [...truncated 327 lines...] Started calculate disk usage of build Finished Calculation of disk usage of build

[Geoserver-devel] restore geoserver release schedule

2016-06-15 Thread Jody Garnett
Would like to open up discussion on the release schedule for 2.10. For GSIP 142 we had the following pros and cons for the selected "Upgrade Now Proposal": Pros: > - We would update spring now ... and avoid what happened to wicket > - Developers able to use Java 8 features > - less project risk >

Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2016-06-14

2016-06-15 Thread Jody Garnett
> Updated the release schedule: >> https://github.com/geoserver/geoserver/wiki/Release-Schedule >> >> We are looking at a short release cycle due to release delays of 2.9. >> > > I remember discussing a few options for the release cycle of 2.10.x when > discussing the delay in 2.9.x, but I don't re

Re: [Geoserver-devel] GDAL on RHEL7 questions

2016-06-15 Thread Torben Barsballe
Hello Brian To add to what Daniele said, note that the e imageio-ext-gdal-bindings-1.9.2.jar included with the GDAL plugin is simply the SWIG bindings for GDAL 1.9.2. If you have generated your own GDAL java bindings using SWIG, you should delete this jar, and instead use the one you generated. Ot

Re: [Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Walter Stovall
Oh, that’s nice – thanks. There’s hopefully just one last part of this problem I need to address (thank you for all your help). As mentioned my authenticated-user (the GSUser) is not in fact the name of the user I want to impersonate. I need to figure out how to get the name of the impersonat

Re: [Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Andrea Aime
On Wed, Jun 15, 2016 at 6:25 PM, Walter Stovall wrote: > Thanks. Looking to simplify this yet more. The solution below would > still require me to modify the datastore setup page in geoserver so the > page would let me request a proxy session be created. > Nope, it's auto generated from the c

Re: [Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Walter Stovall
Thanks. Looking to simplify this yet more. The solution below would still require me to modify the datastore setup page in geoserver so the page would let me request a proxy session be created. And that doesn’t seem like a great thing to add to the core product because it’s only relevant to

Re: [Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Andrea Aime
On Wed, Jun 15, 2016 at 5:28 PM, Walter Stovall wrote: > Andrea, based on your note about changing SQLDialect to support starting > and ending an Oracle proxy session I’m looking for the best place to hook > into the geotools code for invoking this. > > > > Looking at the JDBCDataStore.createData

Re: [Geoserver-devel] Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Andrea Aime
On Wed, Jun 15, 2016 at 2:11 PM, Walter Stovall wrote: > Thank You Andrea. Your note on the original sponsor would seem to imply > that in absence of SET SESSION AUTHORIZATION support in Oracle, that the > sponsor called a stored procedure to accomplish switching the connection > from the proxy

[Geoserver-devel] [JIRA] (GEOS-7588) Allow to specify the style format in SystemTestData

2016-06-15 Thread Andrea Aime [Administrator] (JIRA)
Title: Message Title Andrea Aime [Administ

[Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Walter Stovall
Andrea, based on your note about changing SQLDialect to support starting and ending an Oracle proxy session I’m looking for the best place to hook into the geotools code for invoking this. Looking at the JDBCDataStore.createDataStore() method, I see where it creates a ConnectionLifecycleListene

[Geoserver-devel] [JIRA] (GEOS-7589) New ncWMS GetMap extension module

2016-06-15 Thread Andrea Aime [Administrator] (JIRA)
Title: Message Title Andrea Aime [Administ

Re: [Geoserver-devel] Possible bug in virtual services implementation

2016-06-15 Thread Justin Deoliveira
I believe this would have been me and no, I don’t think there was an explicit need for this case, at least none that I can remember. It was just a decision to be lenient in this case. The rationale being that since you specified the workspace/namespace container in the url any namespace prefix on t

Re: [Geoserver-devel] GDAL on RHEL7 questions

2016-06-15 Thread Daniele Romagnoli
Hi Brian, The "GDAL native libs installation on different Linux OSs" is a hot topic. Summarizing some key points: - Right now GeoServer depends on ImageIO-EXT GDAL plugins which still rely on GDAL 1.9.2. - Some users did experiments to build and use higher versions of GDAL (1.x, 2.x). - Supporting

Re: [Geoserver-devel] Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Walter Stovall
Thank You Andrea. Your note on the original sponsor would seem to imply that in absence of SET SESSION AUTHORIZATION support in Oracle, that the sponsor called a stored procedure to accomplish switching the connection from the proxy to the real user. That would appear to be an easy solution, w

Re: [Geoserver-devel] Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Andrea Aime
On Wed, Jun 15, 2016 at 12:24 PM, Walter Stovall wrote: > My geoserver application needs to connect to potentially hundreds of > different Oracle schemas. There is a workspace associated with each > schema. My goal is to have a single connection pool that is shared by all > of these workspaces.

[Geoserver-devel] Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver

2016-06-15 Thread Walter Stovall
My geoserver application needs to connect to potentially hundreds of different Oracle schemas. There is a workspace associated with each schema. My goal is to have a single connection pool that is shared by all of these workspaces. Andrea shared this URL which tends to point me in the right di

Re: [Geoserver-devel] Different time for next meeting?

2016-06-15 Thread Simone Giannecchini
Dear Ben, I just sent a separate email for an overlapping topic. On our side times between 10 a.m. and 7 p.m.CEST would work. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Foun

[Geoserver-devel] IDW Interpolation

2016-06-15 Thread rakesh.modi1585
Hi All, I have a point sampling location on which I want to execute IDW Interpolation. Regarding this I have number of questions as follows - a) Is there any process available for IDW interpolation (Available in ArcGIS) in Geoserver. b) If not present how can I write my own functi

[Geoserver-devel] About PSC meeting times

2016-06-15 Thread Simone Giannecchini
Dear All, First of all I apologize for the crossposting. I wanted to discuss alternatives for PSC meetings in order to be able to attend (and same goes for the other people on this side of the world). First thing first, there is no way to find a decent time that would fit all the interested parti

[Geoserver-devel] Possible bug in virtual services implementation

2016-06-15 Thread Andrea Aime
Hi, today I was chatting with Nuno and he referred to some code that blindly removes layer prefixes in virtual services, making a request like this one, actually work: http://demo.geo-solutions.it/geoserver/tiger/wms?service=WMS&version=1.1.0&request=GetMap&layers=topp:giant_polygon&styles=&bbox=-