if (extMgr==null) {
if (isReal)
extMgr = ProseSystem.getAspectManager();
else
extMgr = ProseSystem.getTestAspectManager();
qMgr = new QueryManager(extMgr);
if( extMgr.getJoinPointManager().getAspectInterface() instanceof SunBCELRepositoryInterface) { // gerry
ai = (SunBCELRepositoryInterface) extMgr.getJoinPointManager().getAspectInterface();
}
}