[Geotools-devel] [continuum] BUILD FAILURE: Geotools

2007-06-17 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/977 - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and t

Re: [Geotools-devel] Connection pooling experiment on H2, and proposal ready

2007-06-17 Thread Rob Atkinson
The geometryless datastore already uses driver name and url parameter strategy for similar reasons. This data store can use any jdbc driver, and there wasnt enough predictability in the format to assume anything - particularly using things like Oracle OCI. Also, it turned out to be extremel

Re: [Geotools-devel] Connection pooling experiment on H2, and proposal ready

2007-06-17 Thread Andrea Aime
Andrea Aime ha scritto: > Hi, > I've updated the connection pooling > http://docs.codehaus.org/display/GEOTOOLS/Connection+pool+subsystem+upgrade I've udpated the page again to refer the 2.4-ds branch and added some findings popped up during the implementation. Turns out that Postgis data store

Re: [Geotools-devel] GSoC, LocaliztionGridBuilder and GEOT-522

2007-06-17 Thread Jan Jezek
Hi Martin, > Od: [EMAIL PROTECTED] >I think it make a lot of sense :). Just curious: how the interpolation methods >would relate to the MathTransformBuilder you already wrote (e.g. the delaunay >triangulation)? Do you plan to write a new interpolation method or to apply the >delaunay triangulatio

Re: [Geotools-devel] Connection pooling experiment on H2, and proposal ready

2007-06-17 Thread Andrea Aime
Hi, I created a new branch to test the replacement of ConnectionPool, you can find it here: http://svn.geotools.org/geotools/branches/2.4-ds/ Now, I'm slowly replacing ConnectionPool with DataSource in every place it's being used, and the experience is proving worthwhile. One thing we did not cons

Re: [Geotools-devel] GSoC, LocaliztionGridBuilder and GEOT-522

2007-06-17 Thread Martin Desruisseaux
Jan Jezek a écrit : > I'll make MathTransformationBuilder which will generate LocalizationGrid > object – from irregular pairs of positions that will be specified by user > (MappedPositions) it will generate a regular GRID. This grid will be > calculated by several interpolation algorithms and