Ejb3RegistrarLocator.bindRegistrar(new Ejb3McRegistrar(kernel));
// Deploy
BasicXMLDeployer deployer = new BasicXMLDeployer(kernel);
URL deployUrl = getDeployableXmlUrl(Ejb3McRegistrarTestCase.class);
deployer.deploy(deployUrl);
}
@AfterClass
public static void afterClass() throws Exception
{