*/
@Override
protected void setUp()
{
// register an ACL policy containing ACL definitions with the PolicyRegistration.
PolicyRegistration registration = new JBossPolicyRegistration();
ClassLoader tcl = Thread.currentThread().getContextClassLoader();
registration.registerPolicy("ID", PolicyRegistration.ACL, tcl.getResourceAsStream("config/jboss-acl.xml"));
// create an application policy that contains an ACL configuration.
ApplicationPolicy ap = new ApplicationPolicy("test-acl");
ACLInfo aclInfo = new ACLInfo("test-acl");
// set the TestACLProvider with the PolicyRegistration created above.