Thanks, again. I'm curious, I thought Ode already includes OpenJPA. Could this not be accomplished using OpenJPA rather than Hibernate?
-----Original Message----- From: Rafal Rusin [mailto:[email protected]] Sent: Wednesday, June 23, 2010 6:29 AM To: [email protected] Subject: Re: ode and h2 Hello, I generated schema for H2 and put intstructions on how to run it. Please check out https://cwiki.apache.org/ODExSITE/ode-schema.html. It will appear soon on http://ode.apache.org/ode-schema.html. I tried some BPEL test cases under H2 and it seems to work fine. On Tue, Jun 22, 2010 at 11:03 PM, Veresh Jain <[email protected]> wrote: > I think it should be possible to use MySQL schema by running H2 in MySQL mode. > > Veresh > -----Original Message----- > From: Les Spivey [mailto:[email protected]] > Sent: Tuesday, June 22, 2010 1:22 PM > To: [email protected] > Subject: RE: ode and h2 > > Thanks for responding. Is there actually an ode-schema-h2.sql script > somewhere? If not, is it essentially the same as the MySQL one? > > Les > > > -----Original Message----- > From: Rafal Rusin [mailto:[email protected]] > Sent: Tuesday, June 22, 2010 11:16 AM > To: [email protected] > Subject: Re: ode and h2 > > 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 -- Regards, Rafał Rusin http://rrusin.blogspot.com
