@AfterClass
 public static void tearDown() throws Exception {
   JndiProvider.stop();
 }
 @BeforeClass
 public static void setUp() throws Exception {
   JndiProvider.start();
 }