Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1557) Switch to H2 EPSG Database

Switch to H2 EPSG Database
--------------------------

                 Key: UDIG-1557
                 URL: http://jira.codehaus.org/browse/UDIG-1557
             Project: uDIG
          Issue Type: Improvement
          Components: framework
    Affects Versions: UDIG 1.2.M7
            Reporter: Jody Garnett
            Assignee: Jody Garnett
            Priority: Minor


As part of going through the dependencies we have the chance to use a different pure java database for our EPSG authority information. Previously we have used the much loved HSQL database - that is very common in java projects; but lacks Transaction independence. This prevents the HSQL database from being a good choice for a local java DataStore.

Recent jdbc-ng work has produce a H2DataStore implementation that would be nice to try out; offering transaction independence etc.. (indeed h2 seems to be hsql version 2).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top