public void testConfiguredQueryTimeout() throws Exception
{
JDBCStatementTestsConnectionSessionHome home =
(JDBCStatementTestsConnectionSessionHome)getInitialContext().lookup("JDBCStatementTestsConnectionSession");
JDBCStatementTestsConnectionSession s = home.create();
s.testConfiguredQueryTimeout();
}
public void testTransactionQueryTimeout() throws Exception
{
JDBCStatementTestsConnectionSessionHome home =