2005/5/26, Carlos Sanchez <[EMAIL PROTECTED]>:
> <dependency>
>            <groupId>hsqldb</groupId>
>            <artifactId>hsqldb</artifactId>
>            <version>1.7.3.3</version>
>            <type>jar</type>
>            <properties>
>                <classloader>root</classloader>
>                <war.bundle>true</war.bundle>
>            </properties>
>        </dependency>
> 
> Please send replies to maven users list.

Sorry ! Damn GMail answer...

Unfortunately it didn't work. It happened exactly what I was afraid of :

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

    [echo] Found context file C:\dev\myapp/target/webapp/META-INF/context.
xml
    [echo] /myapp file:C:\dev\myapp/target/webapp/META-INF/context.xml

BUILD FAILED
File...... C:\dev\myapp\maven.xml
Element... sql
Line...... 128
Column.... 28
java.sql.SQLException: The database is already in use by another process: org.hs
[EMAIL PROTECTED] =C:\dev\myapp\target\webapp\WEB-INF\db\scha
mandb.lck, exists=true, locked=false, valid=false, fl =null]: java.lang.Exceptio
n: Le processus ne peut pas acc�der au fichier car un autre processus en a verro
uill� une partie : C:\dev\myapp\target\webapp\WEB-INF\db\myappdb.lck
Total time: 8 seconds
Finished at: Thu May 26 18:57:09 CDT 2005

In fact, the problem is that this SHUTDOWN is called from another
thread that the one who accesses the database in the first place. :-(

-- 
Sebastien ARBOGAST

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to