public static String USRID, ACCID;
//-----------------------------------------------------------
@BeforeClass public static void init() throws Exception {
ModelManager oMan = new ModelManager();
oDao = new DAO();
oDao.init(oMan.getConnectionProperties());
AtrilSession oSes = DAO.getAdminSession("SmokeTest");
oSes.autoCommit(true);
try {
USRID = User.forEmail(TEST_USER_EMAIL);
} catch (ElementNotFoundException notfound) {