Re: Jetty, HSQLDB and automatic scanning

2010-05-28 Thread Jakub Skoczen
! On Fri, May 28, 2010 at 11:07 AM, Paul Szulc wrote: > maybe you lack of shutdown=true ? shutdown=true shuts when connections are > closed > > On Fri, May 28, 2010 at 10:53 AM, Jakub Skoczen wrote: > >> (sorry if that gotten reposted, I mistakenly used a different email >>

Re: Jetty, HSQLDB and automatic scanning

2010-05-28 Thread Jakub Skoczen
that does what mvn jetty:run but with the > added benefit of allowing hotswapping, and in that class you can add > the code to nuke the lock file. > > -igor > > On Thu, May 27, 2010 at 9:57 AM, Jakub Skoczen wrote: >> Hi Everyone, >> >> First of all - this question

Re: Jetty, HSQLDB and automatic scanning

2010-05-28 Thread Jakub Skoczen
oject that does what mvn jetty:run but with the >> > added benefit of allowing hotswapping, and in that class you can add >> > the code to nuke the lock file. >> > >> > -igor >> > >> > On Thu, May 27, 2010 at 9:57 AM, Jakub Skoczen >>

Re: Jetty, HSQLDB and automatic scanning

2010-05-28 Thread Jakub Skoczen
code to nuke the lock file. > > -igor > > On Thu, May 27, 2010 at 9:57 AM, Jakub Skoczen wrote: >> Hi Everyone, >> >> First of all - this question is not directly concerned with Wicket, >> sorry for that. But, I did came across this problem when developin

Jetty, HSQLDB and automatic scanning

2010-05-27 Thread Jakub Skoczen
Hi Everyone, First of all - this question is not directly concerned with Wicket, sorry for that. But, I did came across this problem when developing a small Wicket web app, so I thought someone else here may have had a similar issue. So here it is: I got tired with the slow write/compile/deploy pr