String resourcesCount = System.getProperty("acl.resources","100");
TOTAL_RESOURCES = Integer.parseInt(resourcesCount);
this.strategy = new JPAPersistenceStrategy();
this.registration = new TestACLRegistration(strategy);
this.provider = new ACLProviderImpl();
this.provider.setPersistenceStrategy(strategy);
// create the resources used in the tests.
this.resources = new TestResource[TOTAL_RESOURCES];
for (int i = 0; i < TOTAL_RESOURCES; i++)