Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Carlos Sanchez
Try adding root under properties. And if it works read http://maven.apache.org/faq.html#classloader-property On 5/26/05, Sebastien Arbogast <[EMAIL PROTECTED]> wrote: > > Have you added the hsql driver jar to project.xml? > > Yep : > > > hsqldb > hsqldb > 1.7

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Carlos Sanchez
Have you added the hsql driver jar to project.xml? On 5/26/05, Sebastien Arbogast <[EMAIL PROTECTED]> wrote: > > I think so, but probably the hsql server is not listening for > > conections after tomcat is stopped. > > Right. Si I tried to configure it as a preGoal for tomcat:stop : > > >

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Carlos Sanchez
I think so, but probably the hsql server is not listening for conections after tomcat is stopped. On 5/26/05, Sebastien Arbogast <[EMAIL PROTECTED]> wrote: > 2005/5/26, Carlos Sanchez <[EMAIL PROTECTED]>: > > You can write a Maven goal in maven.xml that issues the SHUTDOWN > > command to the datab