protected DbJtxTransactionManager dbtxm;
protected CoreConnectionPool cp;
@Before
public void setUp() throws Exception {
DbManager.getInstance().setQueryMap(new DbPropsQueryMap());
LoggerFactory.setLoggerFactory(new TestLoggerFactory());
cp = new CoreConnectionPool();
cp.setDriver("org.hsqldb.jdbcDriver");