[Geotools-devel] [jira] Created: (GEOT-1738) when using GeoServer to query a feature i get this error

2008-03-17 Thread Ivan Willig (JIRA)
when using GeoServer to query a feature i get this error Key: GEOT-1738 URL: http://jira.codehaus.org/browse/GEOT-1738 Project: GeoTools Issue Type: Bug Environment: GeoServer

Re: [Geotools-devel] Recent changes in gt2 seem to be breaking the build in geoserver trunk?

2008-03-17 Thread Martin Desruisseaux
Andrea Aime a écrit : > we're having some difficulties with the GeoServer build on a > linux box that does not have JAI installed. Up until > some days ago all was fine, now we're having issues like: > > testDefaultGridOrigin(org.geoserver.wcs.GetCoverageTest) Time elapsed: 0.308 > sec <<< ERRO

Re: [Geotools-devel] Recent changes in gt2 seem to be breaking the build in geoserver trunk?

2008-03-17 Thread Andrea Aime
Andrea Aime ha scritto: > Hi, > we're having some difficulties with the GeoServer build on a > linux box that does not have JAI installed. Up until > some days ago all was fine, now we're having issues like: > > testDefaultGridOrigin(org.geoserver.wcs.GetCoverageTest) Time elapsed: > 0.308 sec

[Geotools-devel] Recent changes in gt2 seem to be breaking the build in geoserver trunk?

2008-03-17 Thread Andrea Aime
Hi, we're having some difficulties with the GeoServer build on a linux box that does not have JAI installed. Up until some days ago all was fine, now we're having issues like: testDefaultGridOrigin(org.geoserver.wcs.GetCoverageTest) Time elapsed: 0.308 sec <<< ERROR! org.vfny.geoserver.wcs.WcsE

[Geotools-devel] [jira] Created: (GEOT-1737) Grid2DSampleDimension creation does a full scan of a coverage (float32 data)

2008-03-17 Thread Daniele Romagnoli (JIRA)
Grid2DSampleDimension creation does a full scan of a coverage (float32 data) - Key: GEOT-1737 URL: http://jira.codehaus.org/browse/GEOT-1737 Project: GeoTools Issue

Re: [Geotools-devel] osgeo4w - udig - geotools & geoserver

2008-03-17 Thread Jody Garnett
We can talk about this during todays meeting; I would not be against seeing the latest stable release of GeoTools bundled up on CD for developers to work with. I would be a little bit happier at the end of the 2.5.x life cycle when we could also bundle up our user guide. Cheers, Jody andrea an

Re: [Geotools-devel] BBOX filter, oh my gosh...

2008-03-17 Thread Jody Garnett
So I ran into this same problem (when doing QA on DuplicatingFilterVisitor and patched trunk). The mistake for me as an API designer was leaving he getPropertyName(), getMinX()...getSRS() methods in the API as documentation. I need to be more decisive; and we need to have less method to prevent

Re: [Geotools-devel] BBOX filter, oh my gosh...

2008-03-17 Thread Jody Garnett
I had to chat with Andrea a bit on IRC in order to understand this email; we ran into this problem on trunk and patched the GeoAPI BBox interface to make getExpression1() and getExpression2() avaialble. I think we did this by changing the super class. On trunk there are two "good" ways to creat

[Geotools-devel] BBOX filter, oh my gosh...

2008-03-17 Thread Andrea Aime
Hi, today I've been trying to fix http://jira.codehaus.org/browse/GEOT-1736 The thing is, there is code building bbox filters like: GeometryFilter filter = ff.createGeometryFilter(FilterType.GEOMETRY_BBOX); filter.addLeftGeometry((Expression) ff.property("geom")); filter.addRightGeometry(ff.create

[Geotools-devel] Two week warning for svn access cutoff

2008-03-17 Thread Jody Garnett
We have around 2 weeks left for people to sign their GeoTools contributor agreement and maintain svn access. A few people legally cannot sign the document (all their work must be in the public domain for example); please contact us on a case by case basis to see if we can arrange something. Jo

[Geotools-devel] Hudson build is back to normal: geotools-trunk #343

2008-03-17 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/343/changes - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/d

Re: [Geotools-devel] Compilation failure on gt2 trunk

2008-03-17 Thread Andrea Aime
Andrea Aime ha scritto: > Hi, > trying to compile gt2 this morning led to the following compile > failure: > > [INFO] Compilation failure > C:\progetti\geotools\trunk\modules\plugin\arcsde\datastore\src\main\java\org\geotools\arcsde\data\ArcSdeFeatureWriter.java:[644,10] > > exception com.esri.s

[Geotools-devel] [jira] Created: (GEOT-1736) BBoxImpl allows for the construction of a filter whose min/max x/y are all zero despite the geom expression being set

2008-03-17 Thread Andrea Aime (JIRA)
BBoxImpl allows for the construction of a filter whose min/max x/y are all zero despite the geom expression being set - Key: GEOT-1736 URL: http://

[Geotools-devel] Compilation failure on gt2 trunk

2008-03-17 Thread Andrea Aime
Hi, trying to compile gt2 this morning led to the following compile failure: [INFO] Compilation failure C:\progetti\geotools\trunk\modules\plugin\arcsde\datastore\src\main\java\org\geotools\arcsde\data\ArcSdeFeatureWriter.java:[644,10] exception com.esri.sde.sdk.client.SeException is never throw