String driver="org.hsqldb.jdbcDriver",
dbURL="jdbc:hsqldb:hsql://localhost:6161",
username="sa" ,
password="ECOMM_SOLUTION";
cp = new ConnectionPool(driver,dbURL,username,password);
//initialContext.bind("jdbc/testDS", cp);
}catch(Exception e){
Logger.logErr("ERROR: Could not initialize the Connectionpool: " + e.toString());
e.printStackTrace();
}