embedded.addTest(embeddedSuite("ConnectionTest:embedded-only XADataSource"));
connSuite.addTest(TestConfiguration.connectionXADecorator(embedded));
BaseTestSuite client = new BaseTestSuite("ConnectionTest:client");
client.addTestSuite(ConnectionTest.class);
client.addTest(clientSuite("ConnectionTest:client-only"));
connSuite.addTest(TestConfiguration.clientServerDecorator(client));
// repeat the client tests obtaining a connection from
// an XA data source.