On Wed, Nov 11, 2009 at 10:28 AM, Stephen Connolly <[email protected]> wrote:
> Side-step the problem. > > Since you are substituting the build path, I am going to assume that > you are using this database for testing. > > If you are not using this database for testing, then you don't want to > be using the hard-coded path on your build machine. > > As such, I would recommend cheating and using derby's in-memory mode. > It will be faster, and you have less tidy-up to do. > > so your property would now become: > > <jdbc.url>jdbc:derby:memory:derby-db;create=true</jdbc.url> Excellent idea! Thank you! :-) Jochen -- Germanys national anthem is the most boring in the world - how telling! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
