I do not think you can access the embedded derby db while continuum (or any other application) is using it. You would have to shut down continuum and then connect derby using a sql client like squirrel sql or install derby and use its client to connect. as mentioned in this post:
http://mail-archives.apache.org/mod_mbox/maven-continuum-users/200701.mbox/[EMAIL PROTECTED] On 4/19/07, Ben Mills <[EMAIL PROTECTED]> wrote:
Greetings, Using Continuum 1.0.3 on Linux (CentOS 4.4) I assume the default install/setup for Continuum 1.0.3 uses Derby in an "embedded environment in which only a single application can access a database at one time, and no network access occurs. When an application starts an instance of Derby within its JVM, the application runs in an embedded environment and loading the embedded driver starts Derby." 1) Has anyone out there configured continuum to use MySQL instead of Derby? 2) Or perhaps the Derby client/server environment? 3) Can I access the Derby tables in any way with the default (embedded) setup? Many thanks in advance. Regards, Ben
