private RoleGroup methodRoleGroup;
protected void setUp() throws Exception
{
sc = new JBossSecurityContext("test");
eah = new EJBAuthorizationHelper();
eah.setSecurityContext(sc);
eah.setPolicyRegistration(new JBossPolicyRegistration());
methodRoleGroup = SecurityTestUtil.getRoleGroup(new String[]{"roleA", "roleC"});
ApplicationPolicy ap = SecurityTestUtil.getApplicationPolicy("test", null);