Timothy Bennett wrote:
I've gotten past this error and have HSQL up and running in my Phoenix instance.
However, when I try to connection to the database using the following JDBC parameters
driver = org.hsqldb.jdbcDriver dbUrl = jdbc:hsqldb:hsql://localhost username = sa password = <blank>
the driver returns the following error message: "Connection is broken"
I was banging my head against the wall a few hours ago with the same problem. The solution was to get hsqldb.jar and hsqldb-component.jar from the EOB distribution and forget the CVS version of hsqldb.
Have you noticed that when working with avalon, most of your time (ok, overstatement) is spent figuring out which jars work with each other?
- Janne
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
