Re: [Geotools-devel] Update geotools 2.6.x to depend on imageio-ext 1.0.7 and OsGEO WebDav deploy (HELP).

2010-08-12 Thread Daniele Romagnoli
Hi Jody, This morning I have deployed the ImageIO-Ext 1.0.7 release on OSGEO too. I'm about to commit the 2.6.x's pom to upgrade to that version (Just finishing the local full build). Daniele On Tue, Aug 10, 2010 at 3:19 PM, Daniele Romagnoli < daniele.romagn...@geo-solutions.it> wrote: > On Tu

[Geotools-devel] GeometryFactoryHints tests

2010-08-12 Thread Alex Trofast
Greetings, The following two tests fails on Ingres: JDBCDataStoreAPITest.testGeometryFactoryHintsGF JDBCDataStoreAPITest.testGeometryFactoryHintsCS On this: (last line in the test functions) assertTrue(ls.getCoordinateSequence() instanceof LiteCoordinateSequence); With message: junit

Re: [Geotools-devel] GeometryFactoryHints tests

2010-08-12 Thread Justin Deoliveira
Hi Alex, Been bitten by this one myself a few times. Look at your dialect, in particular any methods that take a GeometryFactory (such as decodeGeometryValue()) and ensure that they are using the factory instance that is passed in when creating a geometry object. -Justin On Thu, Aug 12, 2010 at

Re: [Geotools-devel] GeometryFactoryHints tests

2010-08-12 Thread Alex Trofast
Hi Justin, You were absolutely right, my decodeGeometryValue function was not using the factory! Thanks a lot you saved me a ton of time debugging! On 08/12/2010 06:49 PM, Justin Deoliveira wrote: Hi Alex, Been bitten by this one myself a few times. Look at your dialect, in particular any

Re: [Geotools-devel] Update geotools 2.6.x to depend on imageio-ext 1.0.7 and OsGEO WebDav deploy (HELP).

2010-08-12 Thread Jody Garnett
I will update udig now then. I had a look for your change to 1.0.7 and did not see it on trunk? I will try building trunk and let you know how I go. Jody On 12/08/2010, at 11:46 PM, Daniele Romagnoli wrote: > Hi Jody, > This morning I have deployed the ImageIO-Ext 1.0.7 release on OSGEO too. >

Re: [Geotools-devel] 2.6.5 Released

2010-08-12 Thread Jody Garnett
Blog post now available: http://geotoolsnews.blogspot.com/2010/08/geotools-265-released.html Jody On 09/08/2010, at 12:55 AM, Jody Garnett wrote: > Issue was fixed; release deployed and available on source forge. > > GeoTools 2.6.5 was created on August 8th, 2010: > > geotools-2.6.5-bin.zip >

[Geotools-devel] Build failed in Hudson: geotools-trunk #2973

2010-08-12 Thread Hudson
See Changes: [bencaradocdavies] Updated test dependencies. [bencaradocdavies] Added support for schema validation. Updated test dependencies. -- [...truncated 9134 lines...] [INFO] [compi

Re: [Geotools-devel] gml 3.2 progress

2010-08-12 Thread Ben Caradoc-Davies
On 13/08/10 05:05, Justin Deoliveira wrote: > Hi Ben, more progress to report. So I have managed to get simple feature gml > 3.2 output in geoserver for GetFeature and DescribeFeatureType in geoserver. > I have not run any validation checks yet so it would be good to start doing > that. How is y