4546474849505152535455
protected void setUp() throws Exception { super.setUp(); this.init(); IManager roleManager = (IManager) this.getService(SystemConstants.ROLE_MANAGER); try { roleManager.refresh(); } catch (Throwable t) { throw new Exception(t); } }