In order to make it working with HSQDB, I added the
getConnection() method to the InitializationManager
class, as attached, and substituted the
Connection conn = DriverManager.getConnection(...);
statement, with the following:
Connection conn = getConnection();
Then please change the EMAILCOMMENTS column
datatype to BIT in the T_POSTS table
Compliments for the architectural choice of this project ;)
interessey@yahoo.it
InitializationManager class