* jbosstestdriver.sar will result in incompatible classes being
* used.
*/
public void testJDBCStatementTestsConnection() throws Exception
{
JDBCStatementTestsConnectionSessionHome home =
(JDBCStatementTestsConnectionSessionHome)getInitialContext().lookup("JDBCStatementTestsConnectionSession");
JDBCStatementTestsConnectionSession s = home.create();
s.testConnectionObtainable();
}