Re: [Geoserver-devel] I'm a victim of GEOS-7961 NullPointer closed as cannot-reproduce but I make it happen all the time

2017-09-04 Thread Walter Stovall
] On Behalf Of Andrea Aime Sent: Monday, September 4, 2017 5:53 AM To: Walter Stovall <walter.stov...@byers.com>; Niels Charlier <ni...@scitus.be> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] I'm a victim of GEOS-7961 NullPointer closed as cannot-reproduc

[Geoserver-devel] I'm a victim of GEOS-7961 NullPointer closed as cannot-reproduce but I make it happen all the time

2017-09-02 Thread Walter Stovall
https://osgeo-org.atlassian.net/browse/GEOS-7961 This bug happens under load as a result of a multithreading bug in the implementation of BBOXTypeBinding.getProperties. More specifically, the partical.getContent() value there will be be corrupted/set to null by another thread executing that

[Geoserver-devel] I can repro GEOS-7961 Null Pointer failure of GetFeature based on concurrent requests

2017-09-01 Thread Walter Stovall
https://osgeo-org.atlassian.net/browse/GEOS-7961 My code fails with the same null pointer stacktrace as indicated there. I'm using a geoserver snapshot taken April 1 2016 running in Java 8/Tomcat 8. I've setup an automated client with jMeter that submits GetFeature requests. I run jMeter

Re: [Geoserver-devel] Unable to avoid day shift upon WFS-T Insert using GeoTools LOCAL_DATE_TIME_HANDLING hint

2017-05-12 Thread Walter Stovall
with localDateTimeHandling=true. From: Walter Stovall Sent: Thursday, May 11, 2017 11:43 AM To: 'geoserver-devel@lists.sourceforge.net' <geoserver-devel@lists.sourceforge.net> Subject: Unable to avoid day shift upon WFS-T Insert using GeoTools LOCAL_DATE_TIME_HANDLING hint It appears that when WFS ex

Re: [Geoserver-devel] Oracle DATE treated as TIMESTAMP makes WFS handle the value incorrectly when using a VTABLE

2017-05-12 Thread Walter Stovall
. From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Wednesday, May 10, 2017 12:23 PM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Oracle DATE treated as TIMESTAMP makes WFS

[Geoserver-devel] Unable to avoid day shift upon WFS-T Insert using GeoTools LOCAL_DATE_TIME_HANDLING hint

2017-05-11 Thread Walter Stovall
tz = TimeZone.getDefault(); } else { tz = TimeZone.getTimeZone("GMT"); } } Thoughts on this as an acceptable mod? Thanks – Walter Stovall Byers Engineering Company From: Andrea Aime [mailto:andrea.a...@geo-solutions.it] Sent: Wedne

Re: [Geoserver-devel] Oracle DATE treated as TIMESTAMP makes WFS handle the value incorrectly when using a VTABLE

2017-05-10 Thread Walter Stovall
://community.oracle.com/thread/68918. From: Walter Stovall Sent: Wednesday, May 10, 2017 11:13 AM To: geoserver-devel@lists.sourceforge.net Subject: RE: [Geoserver-devel] Oracle DATE treated as TIMESTAMP makes WFS handle the value incorrectly when using a VTABLE I know more now about why Date columns

Re: [Geoserver-devel] Oracle DATE treated as TIMESTAMP makes WFS handle the value incorrectly when using a VTABLE

2017-05-10 Thread Walter Stovall
the following line of code sets the binding for my date column: column.binding = dialect.getMapping(columns, cx); The above generates an apparently more correct binding of java.sql.Date and then correctly handles the column in my WFS use. From: Walter Stovall Sent: Wednesday, May 10

Re: [Geoserver-devel] Could a "simple" geoserver view become updatable?

2017-05-10 Thread Walter Stovall
: Rahkonen Jukka (MML) [mailto:jukka.rahko...@maanmittauslaitos.fi] Sent: Wednesday, May 10, 2017 7:22 AM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Could a "simple" geoserver view become updatable? H

[Geoserver-devel] Oracle DATE treated as TIMESTAMP makes WFS handle the value incorrectly when using a VTABLE

2017-05-10 Thread Walter Stovall
(such as WFS-T) GeoServer expects date AND time when it should be just date. And on output both date and time are provided when it should be just date. Any clues about what to do with this problem? Thanks for any help! Walter Stovall - Byers Engineering Company

Re: [Geoserver-devel] Could a "simple" geoserver view become updatable?

2017-05-10 Thread Walter Stovall
[mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Tuesday, May 9, 2017 12:50 PM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Could a "simple" geoserver view become updatable? Hi Water, that may well

Re: [Geoserver-devel] Could a "simple" geoserver view become updatable?

2017-05-09 Thread Walter Stovall
|| pkey instanceof NullPrimaryKey) { From: Walter Stovall Sent: Tuesday, May 9, 2017 12:19 PM To: 'Andrea Aime' <andrea.a...@geo-solutions.it> Cc: geoserver-devel@lists.sourceforge.net Subject: RE: [Geoserver-devel] Could a "simple" geoserver view become updatable? Yes it gets hit. B

Re: [Geoserver-devel] Could a "simple" geoserver view become updatable?

2017-05-09 Thread Walter Stovall
Yes it gets hit. But it seems like the only thing anything outside that class would call is getPrimaryKey. And that never gets hit. From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Tuesday, May 9, 2017 12:17 PM To: Walter Stovall <walter.s

Re: [Geoserver-devel] Could a "simple" geoserver view become updatable?

2017-05-09 Thread Walter Stovall
#using-the-metadata-table-with-views says about being able to update views? Can you suggest anything here? Regards, Walter Stovall Byers Engineering Company From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Tuesday, May 9, 2017 8:23 AM To: Walter Stovall

Re: [Geoserver-devel] Could a "simple" geoserver view become updatable?

2017-05-09 Thread Walter Stovall
Thank you so much for pointing me to that! From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Tuesday, May 9, 2017 8:23 AM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Could a &

[Geoserver-devel] Could a "simple" geoserver view become updatable?

2017-05-09 Thread Walter Stovall
umn name or at least aliased to a column name of the same datatype as the an actual column, would not the existing layer-update code complete successfully? Would it be a reasonable enhancement to have geoserver check the view against its base table and detect a view that could pass as read/write?

[Geoserver-devel] Build of master branch fails when using the geofence-server profile

2017-05-09 Thread Walter Stovall
On the mvn command line use -P geofence-server and the build will fail to compile as it can't find the org.restlet.resource package. I fixed the error by inserting this into ...community\geofence\pom.xml... org.restlet org.restlet

[Geoserver-devel] How can my OWS process a zip file attachment?

2016-08-15 Thread Walter Stovall
I'm coding a GeoServer web service and would like to support a method where there is XML for the main request and then a zip-file as well. I'm having trouble figuring out how to reference the zip file in my service code. I'm sending geoserver a multipart form as input and this gets processed

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

2016-06-16 Thread Walter Stovall
I’m more confused than I thought. I was thinking I’d have multiple workspaces sharing a single datastore. That must be impossible since a datastore references a specific workspace. From: Walter Stovall Sent: Thursday, June 16, 2016 7:37 AM To: 'Andrea Aime' <andrea.a...@geo-solutions.it&

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-16 Thread Walter Stovall
ea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Thursday, June 16, 2016 3:51 AM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can

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

2016-06-16 Thread Walter Stovall
Please ignore my response – I was reading your list of options as ‘all of the above’ and I understand better now that those are all separate ideas. I need to study this more…thanks. From: Walter Stovall Sent: Thursday, June 16, 2016 4:48 AM To: 'Andrea Aime' <andrea.a...@geo-solutions.it&

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
: Wednesday, June 15, 2016 12:37 PM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can't be done with the current geoserver On Wed,

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
Of Andrea Aime Sent: Wednesday, June 15, 2016 12:11 PM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] FW: Managing Oracle connections to different schemas of the same database instance can't be done with the current geo

[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
: Walter Stovall Sent: Wednesday, June 15, 2016 8:12 AM To: Andrea Aime <andrea.a...@geo-solutions.it> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Managing Oracle connections to different schemas of the same database instance can't be done with the current geo

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
...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea Aime Sent: Wednesday, June 15, 2016 6:39 AM To: Walter Stovall <walter.stov...@byers.com> Cc: geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Managing Oracle connections to different schemas of the same da

Re: [Geoserver-devel] Unable to run geofence under eclipse

2016-03-29 Thread Walter Stovall
From: Jody Garnett [mailto:jody.garn...@gmail.com] Sent: Monday, October 19, 2015 11:19 AM To: Walter Stovall; geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Unable to run geofence under eclipse If possible it would be great if you can try out the geofence integration in

[Geoserver-devel] How can my geoserver OWS report the reason for failing a database connection?

2016-03-08 Thread Walter Stovall
I'm using the DataSourceFinder.getDataSource() method which will create a data source based on a JDBC connection parameters. If the datasource is unable to establish a connection, that will get logged down inside this code but the exception/reason for the failure is not exposed to the client -

[Geoserver-devel] I'm looking to enhance geofence to filter transactions by insert/update/delete

2015-11-05 Thread Walter Stovall
If I can reasonably manage it I'll do this as a contribution to the genfence product rather than just my own custom code. I'm pretty new to geoserver and geofence and learning my way around the code. Thanks, Walter Stovall Byers Engineeri

[Geoserver-devel] geoserver 2.8.x branch build error on htmlvalidator-1.2.pom - how to resolve?

2015-11-04 Thread Walter Stovall
[ERROR] Failed to execute goal on project gs-web-core: Could not resolve depende ncies for project org.geoserver.web:gs-web-core:jar:2.8-SNAPSHOT: Failed to coll ect dependencies at org.wicketstuff:htmlvalidator:jar:1.2: Failed to read artifa ct descriptor for

[Geoserver-devel] FW: geoserver 2.8.x branch build error on htmlvalidator-1.2.pom - how to resolve?

2015-11-04 Thread Walter Stovall
I got past this error by copying the .m2 directory from another workstation and doing an offline build. From: Walter Stovall Sent: Wednesday, November 04, 2015 3:51 AM To: geoserver-devel@lists.sourceforge.net Subject: [Geoserver-devel] geoserver 2.8.x branch build error on htmlvalidator-1.2

Re: [Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread Walter Stovall
I just posted a similar problem on the geotools list….seems like a problem with the boundlessgeo.com site? I run maven to generate eclipse files for geotools. This quickly gets to downloading the below plugin from boundlessgeo.com. The download hangs and if I visit the URL in my web browser

Re: [Geoserver-devel] Maven repo of boundlessgeo working?

2015-10-23 Thread Walter Stovall
That did not work for me (on my build of geotools 14.x branch) From: Ian Turton [mailto:ijtur...@gmail.com] Sent: Friday, October 23, 2015 6:57 AM To: Walter Stovall Cc: A Huarte; geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Maven repo of boundlessgeo working? my build

Re: [Geoserver-devel] Unable to run geofence under eclipse

2015-10-20 Thread Walter Stovall
, October 19, 2015 11:19 AM To: Walter Stovall; geoserver-devel@lists.sourceforge.net Subject: Re: [Geoserver-devel] Unable to run geofence under eclipse If possible it would be great if you can try out the geofence integration in 2.8 ( you will need to build plugin from source but we would love

[Geoserver-devel] Unable to run geofence under eclipse

2015-10-19 Thread Walter Stovall
Using the latest eclipse and the master branch of geofence. I'm following eclipse setup instructions at https://github.com/geoserver/geofence/wiki/Building-instructions My problem may be related to the GWT SDK version. I went to https://developers.google.com/eclipse/docs/download to install

[Geoserver-devel] [JIRA] (GEOS-7246) The HelloWorld example OWS does not build

2015-10-15 Thread Walter Stovall (JIRA)
Title: Message Title Walter Stovall created an issue

[Geoserver-devel] Seeking approval as a community contributor

2015-10-07 Thread Walter Stovall
create a pull-request. But how would I get the SNAPSHOT sources into my workspace so I can make the proposed change where the OracleDialect source really lives? Thank You - I look forward to contributing to this great product! Walter Stovall Byers Engineering Company http://www.byers.com 6285 Ba

[Geoserver-devel] FW: Seeking approval as a community contributor

2015-10-07 Thread Walter Stovall
Excuse me - I was confused. I do want to contribute to GeoServer but GeoTools is actually where the bug I want to fix is. I'm working on building that, applying my change, submitting a pull request. From: Walter Stovall Sent: Wednesday, October 07, 2015 9:16 AM To: geoserver-devel