Re: [Geotools-devel] Upgrading epsg database

2015-01-07 Thread Andrea Aime
On Thu, Jan 8, 2015 at 12:35 AM, Justin Deoliveira wrote: > Hey folks, > > I was curious as to what our current policy for upgrading the internal > epsg database we ship? Does it just get done when somebody decides to do > it? Or is there a schedule of some sort? > Yep, just like Jody said. The

[Geotools-devel] Jenkins build is back to normal : geotools-master #502

2015-01-07 Thread monitor
See -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your h

[Geotools-devel] Build failed in Jenkins: geotools-master #501

2015-01-07 Thread monitor
See Changes: [tbarsballe] Writer flag for use during commit [tbarsballe] fix compile errors for CSVDataStore tutorial code [tbarsballe] Fixed misc bugs and added diffWriter method to provide wrapper.

[Geotools-devel] [jira] (GEOT-4978) Fix allowing ReTypeFeatureReader to change default geometry

2015-01-07 Thread Jody Garnett (JIRA)
Title: Message Title Jody Garnett created an issue

Re: [Geotools-devel] Upgrading epsg database

2015-01-07 Thread Jody Garnett
It is just updated when someone decides to do it. If you are interested please go ahead. On Wed, Jan 7, 2015 at 3:36 PM Justin Deoliveira wrote: > Hey folks, > > I was curious as to what our current policy for upgrading the internal > epsg database we ship? Does it just get done when somebody dec

Re: [Geotools-devel] gt-property migration - WFS Locking failure

2015-01-07 Thread Torben Barsballe
I have updatd the pull request with this change. It turns out that ReTypingFeatureReader uses the FeatureTypes.equalsExact() static method, so I have added a check for defaultGeometry to this, plus a test case. Torben On Wed, Jan 7, 2015 at 3:35 PM, Jody Garnett wrote: > I understand your patc

Re: [Geotools-devel] interesting glitch found reviewing content feature store

2015-01-07 Thread Torben Barsballe
I have fixed this problem, plus a couple of other issues. I have also added a method to DiffTransactionState for creating our wrapper, as you suggested. The changes are here: https://github.com/geotools/geotools/pull/670 Torben On Wed, Jan 7, 2015 at 12:46 PM, Torben Barsballe < tbarsba...@boundl

[Geotools-devel] Upgrading epsg database

2015-01-07 Thread Justin Deoliveira
Hey folks, I was curious as to what our current policy for upgrading the internal epsg database we ship? Does it just get done when somebody decides to do it? Or is there a schedule of some sort? Anyways, I ask because I am interested in upgrading to the latest 8.6 version of the database. Do fol

Re: [Geotools-devel] gt-property migration - WFS Locking failure

2015-01-07 Thread Jody Garnett
I understand your patch is great for consistency (no chance the two will get out of sync now) and I agree that it is hard to write a test case before (it involves the type of the file changing on disk after the datastore has already been created). Can you also patch the ReType code to respect the

Re: [Geotools-devel] Content Feature Source and double deletes

2015-01-07 Thread Torben Barsballe
Here is a pull request with the fix: https://github.com/geotools/geotools/pull/669 Torben On Wed, Jan 7, 2015 at 2:31 PM, Torben Barsballe < [email protected]> wrote: > When testing the gt-property-ng migration in geoserver (Specifically, > org.geoserver.wfs.TransactionTest.testDoubleD

Re: [Geotools-devel] gt-property migration - WFS Locking failure

2015-01-07 Thread Torben Barsballe
Here is a pull request fixing the retyping problem: https://github.com/geotools/geotools/pull/668 Because the issue only crops up sporadically, I am not sure I can create a usefull test case... Torben On Wed, Jan 7, 2015 at 11:12 AM, Torben Barsballe < [email protected]> wrote: > I app

[Geotools-devel] Content Feature Source and double deletes

2015-01-07 Thread Torben Barsballe
When testing the gt-property-ng migration in geoserver (Specifically, org.geoserver.wfs.TransactionTest.testDoubleDelete), I ran into another error in ContentFeatureSource: On line 390

Re: [Geotools-devel] interesting glitch found reviewing content feature store

2015-01-07 Thread Torben Barsballe
While this method appears clearer, it does not actually resolve any of the test failures I am seeing on gs-wfs. Going over you code, I found an issue: In DiffTransactionState, when you request the store, you never set a transaction: 136:store = (ContentFeatureStore) dataStore.getFeatureSource(

Re: [Geotools-devel] gt-property migration - WFS Locking failure

2015-01-07 Thread Torben Barsballe
I appear to have found a deeper root cause of this problem and it looks like it does not actually have much to do with locking. My origional thoughts about the cause of the error appear to be in error - this particular instance is correct in failing here as that is what the test in question is inte

[Geotools-devel] Build failed in Jenkins: geotools-master #500

2015-01-07 Thread monitor
See Changes: [ian.turton] updated Excel pom to use Java 1.7 -- [...truncated 135224 lines...] [ERROR]

[Geotools-devel] [jira] (GEOT-4977) TextSymbolizer with multi line Label and background Graphic

2015-01-07 Thread Paulo Machado (JIRA)
Title: Message Title Paulo Machado created an issue