protected void setUp() throws Exception {
super.setUp();
classLoader = Thread.currentThread().getContextClassLoader();
connection = new ConnectionDescriptor();
connection.setName( "foodmart" );
connection.setDialect(CONNECTION_DIALECT );
connection.setDriverClass( CONNECTION_DRIVER );
connection.setUrl( CONNECTION_URL );
connection.setUsername( CONNECTION_USER );