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
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
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
--
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
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