TestSuite suite = new TestSuite();
// Deploy an optimistic cache before the ear
Test t1 = getDeploySetup(OptimisticEmbeddedIdClassloaderTestCase.class,
"optimistic-entity-cache-service.xml, clusteredentity-embeddedid-optimistic-test.ear");
suite.addTest(t1);
// Create an initializer for the test suite
DBSetup wrapper = new DBSetup(suite);
return wrapper;