Re: [Geotools-devel] 2.4-M0 Problem with PropertyDataStore tests

2007-03-06 Thread Jesse Eichar
Hi In shapefile datastore I have had to add some hacks to work around the operating system. Essentially what I do is I try to rename the file and if that fails I copy the file. I remember I had to file a bug for EMF because they were relying on renameTo as well. Here's a code snippet fro

Re: [Geotools-devel] 2.4-M0 Problem with PropertyDataStore tests

2007-03-05 Thread Jody Garnett
Hi Andrea - I think this is back to the dreaded windows file lock problem that was a long standing shapefile bug. Currently this test always fails on maven, and can pass 4 out 5 times in eclipse ... I think this is a case where machines have gotten faster and reveal a problem. The sad part is th

[Geotools-devel] 2.4-M0 Problem with PropertyDataStore tests

2007-03-05 Thread Jody Garnett
Hi Andrea - I was able to reproduce the problem on Java 1.4, Java 5 (friday) and using Java 6 (over the weekend): As promissed here is the test case, can I ask for a quick eyeball test to make sure what I am testing is correct: > public void testTransactionIndependence() throws Exception { >