Re: [h2] using H2 with JOOQ

2013-12-08 Thread Ryan How
I use it with H2 every day. Works great. You are quite possibly pointing to an empty database as suggested... Here is my jooq.xml file I use to generate the classes. Note that because the h2 database path is relative, I need to have the working directory set correctly. ?xml version=1.0

Re: [h2] using H2 with JOOQ

2013-12-07 Thread Christoph Läubrich
I used JOOQ with h2 in the past with succes, you really should post your configurationfile. Take in mind, if you specify a non exiting (e.g. different path) h2 DB it is normally automatically created (but empty). Am 07.12.2013 22:48, schrieb bruce buchanan: ok I have my various files and jars