"Robert J. Carr" <[EMAIL PROTECTED]> writes: > If you are using embedded derby, as far as I know, you can only have > one active connection to it at a time.
Just to clarify, embedded Derby supports many JDBC connections, but cannot support multiple simultaneous boots. If two different VMs try to boot the same enbedded database, the second boot attempt will be denied.
