*/
@Test
public void testConfiguration() throws Throwable {
assertNotNull("CF not found", connectionFactory);
assertNotNull("AO not found", adminObject);
ValidConnection con = connectionFactory.getConnection();
assertEquals("admin", adminObject.getAoProperty());
assertEquals(4, con.getResourceAdapterProperty());
assertEquals("prop", con.getManagedConnectionFactoryProperty());
}