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" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
