private static final Map<String, Boolean> started = new HashMap<String, Boolean>();
private static final Map<String, List<String>> container2deployment = new HashMap<String, List<String>>();
@BeforeClass
public static void init() throws NamingException {
directoryAnnotation = new RemoteEJBDirectory(ARCHIVE_NAME);
directoryDD = new RemoteEJBDirectory(ARCHIVE_NAME_DD);
deployed.put(DEPLOYMENT_1, false);
deployed.put(DEPLOYMENT_2, false);
deployed.put(DEPLOYMENT_1_DD, false);
deployed.put(DEPLOYMENT_2_DD, false);