new DefaultJDOMFactory(), false);
// Create a list of all policy names.
List policyNamesList = new ArrayList();
Iterator it = manager.categoryPolicyNamesIterator("image");
while (it.hasNext()) {
policyNamesList.add(it.next());
}
// Test presence of all image category policies.