}
if (log.isLoggable(Level.FINE))
log.fine("EJB scanning '" + root.getFullPath() + "'");
EjbRootConfig context = _configManager.createRootConfig(root);
if (context.isScanComplete())
return false;
else {
context.setScanComplete(true);
return true;
}
}