if (ar == null) {
ifSystemRarLoad(connectorName);
ar = _registry.getActiveResourceAdapter(connectorName);
}
if (ar instanceof ActiveOutboundResourceAdapter) {
ActiveOutboundResourceAdapter aor =
(ActiveOutboundResourceAdapter) ar;
aor.addAdminObject(appName, connectorName, resourceInfo,
adminObjectType, adminObjectClassName, props);
} else {
ConnectorRuntimeException cre = new ConnectorRuntimeException(
"This adapter is not 1.5 compliant");
_logger.log(Level.SEVERE,