hi,
be also aware that HSQLDB in 'stand-alone' mode only allows one connection! If you use the database in this mode, you may only have one and only one persistencebroker instantiated at any time!
I don't know if this has got anything to do with your problem though....
Hum, don't think it does since I'm the only one testing the app from within my IDE, however thanks for the warning because it's something I would have ran into eventually.
I think perhaps the solution right now is to have HSQLDB create a DB at startup in some directory, I think perhaps the app server's root directory might be a good place for now and can be set by simply ommitting the first / in the path. So if I set myapp-data/myapp it will create a myapp.script and properties file at the root of the Tomcat folder. Might not be a bad thing for a demo setup.
I still need to write something which will install the tables if they don't exist.
That said, I need to figure out what the heck is up with hsqldb telling me that the sequence is missing... sigh...
R
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
