DnNode<TriggerExecutionAdministrativePoint> teCache = getLdapServer().getDirectoryService()
.getTriggerExecutionAPCache();
DnNode<SubschemaAdministrativePoint> ssCache = getLdapServer().getDirectoryService().getSubschemaAPCache();
// The ACs
AdministrativePoint aap1 = acCache.getElement( new Dn( schemaManager, "ou=AAP1,ou=noAP1,ou=system" ) );
assertNotNull( aap1 );
AdministrativePoint aap2 = acCache.getElement( new Dn( schemaManager, "ou=AAP2,ou=system" ) );
assertNotNull( aap2 );
AdministrativePoint subAap1 = acCache.getElement( new Dn( schemaManager, "ou=subAAP1,ou=noAP3,ou=AAP2,ou=system" ) );
assertNotNull( subAap1 );
// The ACs
aap1 = caCache.getElement( new Dn( schemaManager, "ou=AAP1,ou=noAP1,ou=system" ) );
assertNotNull( aap1 );