[Geotools-devel] [jira] Created: (GEOT-2654) Check if H2 database is unpacked

2009-08-10 Thread Jody Garnett (JIRA)
Check if H2 database is unpacked Key: GEOT-2654 URL: http://jira.codehaus.org/browse/GEOT-2654 Project: GeoTools Issue Type: Improvement Components: core referencing Affects Versions: 2.6-M2

Re: [Geotools-devel] EPSG-H2 tests

2009-08-10 Thread Jody Garnett
Thanks - I found that in the code base just now. What is more amazing to me is the *size* of the unpacked h2 database on disk. I am going to try and bundle it up in an eclipse plugin (where the result will be zipped up); but andrea is correct in that generating the database using the sql script is

Re: [Geotools-devel] EPSG-H2 tests

2009-08-10 Thread Michael Bedward
Hi Jody, I remember asking Martin about it. The only way to do it is to set a System property for the key ThreadedHsqlEpsgFactory.DIRECTORY_KEY I know it's a one-liner (plus an import) but I think it is obscure and cumbersome for general users. Michael --

Re: [Geotools-devel] EPSG-H2 tests

2009-08-10 Thread Jody Garnett
Hi Andrea: I have finally had a chance to "give it a go". It has been working fine for me ... but Andrea Antonello has reported a problem. I think the problem comes from the time required to unpack the EPSG database into a temp directory; since I was testing out the service in a plugin activator t

Re: [Geotools-devel] JDBC-NG unsupported modules setup breaks builds

2009-08-10 Thread Justin Deoliveira
Not it shouldn't have because those tests share configuration from the parent jdbc-ng parent pom. Otherwise tests like the jndi tests will fail. So to make this work you will have to copy a bunch of configuration over to the jdbc-ng unsupported parent pom. I did not do so because i did not want