There's no such thing yet. But this should be possible provided that you create schema before run, like this: java -cp h2-1.1.108.jar org.h2.tools.RunScript -url 'jdbc:h2:file:ode-db;DB_CLOSE_ON_EXIT=false' -user sa -showResults -script ode-schema-h2.sql
On Tue, Jun 22, 2010 at 7:56 PM, Les Spivey <[email protected]> wrote: > Hi, > > > > Is there documentation published for configuring Ode to use an external > H2 database? > > > > Thanks in advance, > > Les -- Regards, RafaĆ Rusin http://rrusin.blogspot.com
