Mercurial > dive4elements > framework
view README @ 33:251e8904d6c2
Make the Interfaces Serializable to make them usable in the Artifactdatabase.
Bug Fixed in SQL-Statement
artifacts/trunk@81 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 14 Sep 2009 13:36:35 +0000 |
parents | 88972c6daa4f |
children | 9449f296cd54 |
line wrap: on
line source
Create a new H2 database for usage in the artifact database: $ java -cp `find ~/.m2/ -name h2\*.jar` org.h2.tools.RunScript \ -user USER \ -password PASSWORD \ -url jdbc:h2:artifact-database/doc/example-conf/artifacts.db \ -script artifact-database/doc/schema.sql