|
From: Ken K. <kk...@kk...> - 2003-06-22 17:30:19
|
Thomas, I guess any valid query would work for this parameter. Leaving the value blank may be the problem. It might also work if the parameter is not defined at all as in my file. I've noticed that there is a difference as in the HSQL version, I have to leave the password parameter undefined, not blank, to use the default blank HSQL password.; a null String vs. an empty String. Regards, Ken tri...@tr... wrote: >Ken, > >I managed to get the petclinic working. > >Added > > <parameter> > <name>validationQuery</name> > <value>select sysdate()</value> > </parameter> > >to the datasource configuration and it works fine. > >http://www.springframework.org/webapps/petclinic/welcome.htm > >Thomas > > > > > |