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

2008-08-25 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-trunk/932/changes Changes: [simboss] -minor improvements [simboss] -renamed CoverageFormatFactory -- [...truncated 3615 lines...] at org.geotools.gce.imagepyramid.ImagePyramidReader.read(ImagePyra

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

2008-08-25 Thread Hudson
See http://hudson.opengeo.org/hudson/job/geotools-trunk/933/changes - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes

Re: [Geotools-devel] svn server down ?

2008-08-25 Thread Andrea Aime
It seems the svn is down again, as well as lists.refractions.net and udig.refractions.net Cheers Andrea Ben Caradoc-Davies ha scritto: > All fixed. They did get my email. > > Chris Hodgson advises: > "Fixed. > Weird CLOSE_WAIT overflow issue, again... > Chris" > > > Ben Caradoc-Davies wrote: >>

[Geotools-devel] [jira] Created: (GEOT-1959) Support non serial primary keys in JDBCDataStore

2008-08-25 Thread Andrea Aime (JIRA)
Support non serial primary keys in JDBCDataStore Key: GEOT-1959 URL: http://jira.codehaus.org/browse/GEOT-1959 Project: GeoTools Issue Type: Improvement Components: data h2

[Geotools-devel] [jira] Created: (GEOT-1960) JDBCFeatureStore should simplify filters after splitting them

2008-08-25 Thread Andrea Aime (JIRA)
JDBCFeatureStore should simplify filters after splitting them - Key: GEOT-1960 URL: http://jira.codehaus.org/browse/GEOT-1960 Project: GeoTools Issue Type: Improvement Com

Re: [Geotools-devel] GeoTools 2.5-RC0 - broken on validaiton

2008-08-25 Thread Gabriel Roldán
Hi Jody, thanks for trying the release out On Monday 25 August 2008 02:03:50 am Jody Garnett wrote: > Hi Gabriel; thanks for all the hard work (and for including an export of > the user guide)! > > I downloaded the source code (now called "project") from SF and started > a build: > > 1. This relea

[Geotools-devel] [jira] Created: (GEOT-1961) JDBCDataStore should use prepared statemetns for all database operations

2008-08-25 Thread Andrea Aime (JIRA)
JDBCDataStore should use prepared statemetns for all database operations Key: GEOT-1961 URL: http://jira.codehaus.org/browse/GEOT-1961 Project: GeoTools Issue Type: Imp

[Geotools-devel] [jira] Created: (GEOT-1962) Allow sql dialects to specify their own sql encoder

2008-08-25 Thread Andrea Aime (JIRA)
Allow sql dialects to specify their own sql encoder --- Key: GEOT-1962 URL: http://jira.codehaus.org/browse/GEOT-1962 Project: GeoTools Issue Type: Improvement Components: data h2

[Geotools-devel] [jira] Created: (GEOT-1963) Base JDBC datastore factory should allow minimal control over the connection pool

2008-08-25 Thread Andrea Aime (JIRA)
Base JDBC datastore factory should allow minimal control over the connection pool - Key: GEOT-1963 URL: http://jira.codehaus.org/browse/GEOT-1963 Project: GeoTools

[Geotools-devel] [jira] Created: (GEOT-1964) JDBCDataStoreFactory should use gt2 wise default factories

2008-08-25 Thread Andrea Aime (JIRA)
JDBCDataStoreFactory should use gt2 wise default factories -- Key: GEOT-1964 URL: http://jira.codehaus.org/browse/GEOT-1964 Project: GeoTools Issue Type: Bug Components: data

[Geotools-devel] Refractions repo down

2008-08-25 Thread Gabriel Roldán
Hi, lists.refractions.net hangs out for me. could you check it? TIA, Gabriel - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win gr

[Geotools-devel] [jira] Created: (GEOT-1965) JDBC*Test classes assume lowercase and mixed case names are valid

2008-08-25 Thread Andrea Aime (JIRA)
JDBC*Test classes assume lowercase and mixed case names are valid - Key: GEOT-1965 URL: http://jira.codehaus.org/browse/GEOT-1965 Project: GeoTools Issue Type: Bug Com

Re: [Geotools-devel] Trying to get some insight in shapefile locking

2008-08-25 Thread Andrea Aime
Jody Garnett ha scritto: > Nothing went wrong that I know of; my impression was Jesse stalled > waiting for feedback. Do you want to try a read/write lock? In fact I already tried with a crude patch, just to get an idea. The main problem with using http://java.sun.com/j2se/1.5.0/docs/api/java/ut

[Geotools-devel] move to another server

2008-08-25 Thread Jody Garnett
I have set up a proposal here: - http://docs.codehaus.org/display/GEOTOOLS/Move+to+another+Server We have talked about moving to another server - the above is a proposal to do so. This proposal is not going to go anywhere with out volunteer time to make it happen; if you can help with any of th

Re: [Geotools-devel] Trying to get some insight in shapefile locking

2008-08-25 Thread Jody Garnett
Andrea Aime wrote: > I was wondering, is that (grabbing the write lock while still > possessing a read lock) supposed > to be happening, or is it just a bug in how the lock calls are being > made? It was intensional; we need to actually read the shapefile in order to make a copy of it (ie in o

[Geotools-devel] [jira] Created: (GEOT-1966) PropertyExistsFunction blows up GeoServer shapefile usage on IBM JDK

2008-08-25 Thread Andrea Aime (JIRA)
PropertyExistsFunction blows up GeoServer shapefile usage on IBM JDK Key: GEOT-1966 URL: http://jira.codehaus.org/browse/GEOT-1966 Project: GeoTools Issue Type: Bug

[Geotools-devel] [jira] Created: (GEOT-1967) XMLConverterFactory should avoid doing expensive operations if the target type is not the one it can handle

2008-08-25 Thread Andrea Aime (JIRA)
XMLConverterFactory should avoid doing expensive operations if the target type is not the one it can handle --- Key: GEOT-1967 URL: http://jira.codehaus.org/br

[Geotools-devel] Common factory finder synchronization and caching

2008-08-25 Thread Andrea Aime
Hi, I'm wondering if all the synchronized keywords around the getXXXFactory methods of CommonFactoryFinder are really needed. Wouldn't it be sufficient to syncrhonize the creation of the the service registry, that is, the getServiceRegistry? Scanning the registry takes quite a bit more time that ju

[Geotools-devel] [jira] Created: (GEOT-1968) Shapefile rendering feature building efficiency can be improved

2008-08-25 Thread Andrea Aime (JIRA)
Shapefile rendering feature building efficiency can be improved --- Key: GEOT-1968 URL: http://jira.codehaus.org/browse/GEOT-1968 Project: GeoTools Issue Type: Improvement

Re: [Geotools-devel] Common factory finder synchronization and caching

2008-08-25 Thread Martin Desruisseaux
Andrea Aime a écrit : > I'm wondering if all the synchronized keywords around the > getXXXFactory methods of CommonFactoryFinder are really needed. > Wouldn't it be sufficient to syncrhonize the creation of the > the service registry, that is, the getServiceRegistry? > Scanning the registry takes q

Re: [Geotools-devel] eclipse formatting and line wrapping

2008-08-25 Thread Ben Caradoc-Davies
Gabriel, please also update the Eclipse formatter.xml on the 2.4.x branch. You could encourage adoption of these Eclipse formatter settings by adding a paragraph to: http://docs.codehaus.org/display/GEOT/5.1.1+Coding+Conventions (or the Eclipse pages) It would be even nicer if "mvn eclipse:ecl