public static Test suite() throws Exception {
   final String jarName = "ejbthree1346.jar";
   Test t1 =
       JBossClusteredTestCase.getDeploySetup(
           DisableClusteredAnnotationUnitTestCase.class, jarName);
   return t1;
 }