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

2017-09-04 Thread Ben Caradoc-Davies
GeoTools / GeoServer committee meeting on Skype at 19:30 UTC on Tuesday: https://www.timeanddate.com/worldclock/fixedtime.html?msg=GeoTools+/+GeoServer+Meeting=2017=9=5=19=30=0=1 -- Ben Caradoc-Davies Director Transient Software Limited New Zealand

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

2017-09-04 Thread monitor
See Changes: [lore.pini] Fix data section typos in docs -- [...truncated 6350 lines...] [INFO] Skipping Core Monitor Extension [INFO] This project has been banned from the build due

[Geoserver-devel] Build failed in Jenkins: geoserver-master-live-docs #951

2017-09-04 Thread monitor
See Changes: [lore.pini] Fix data section typos in docs [tbarsballe] [GEOS-8063] Fix WMS1.3.0 SLD definition can break getcapabilities [andrea.aime] Actually creating and removing store/layers when playing with

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 Niels Charlier
On 04-09-17 12:38, Andrea Aime wrote: https://github.com/geotools/geotools/blame/master/modules/extension/xsd/xsd-fes/src/main/java/org/geotools/filter/v2_0/bindings/BBOXTypeBinding.java#L91 I am wondering, is there any specific reason why it's there? Could it be moved to a static initializer

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 Andrea Aime
Hi Water, thank you for confirming the class. Git reports this code has been added by Niels (cc'ed) as part of the WFS-NG development effort. Niels, XSD is not thread safe and based on EMF, which has the ugly tendency to change both sides of a relationship when a setter is called (e.g., bean A

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
I agree that synchronization is not a good fix. It’s just a patch for my purposes for now and I mention it mostly to better confirm the scope of the problem. The binding class is org.geotools.filter.v2_0.bindings.BBOXTypeBinding… From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On

Re: [Geoserver-devel] upgrade geofence hibernate

2017-09-04 Thread Niels Charlier
On 29-08-17 10:22, Andrea Aime wrote: This seems promising. NetCDF wise, the worry I have is that these files are sprinkled around on the file system, sidecars to the netcdf files themselves. Wondering if the removal and rebuild could be automated? Yeah, I was suggesting that could be easier

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 Andrea Aime
Hi Walter, I believe the synchronization you're proposing is too wide and will cause significant scalability degradation, a more localized solution needs to be searched. Which binding class are you referring to? The one in org.geotools.filter.v2_0.bindings ? (there are a few others, I believe