jdbcDrivers.registerReadOnlyAttribute(Constants.DRIVER_CLASS_NAME, null);
jdbcDrivers.registerReadOnlyAttribute(Constants.DRIVER_NAME, null);
jdbcDrivers.registerReadOnlyAttribute(Constants.DRIVER_MODULE_NAME, null);
jdbcDrivers.registerReadOnlyAttribute(Constants.DEPLOYMENT_NAME, null, Storage.CONFIGURATION);
jdbcDrivers.registerReadOnlyAttribute(Constants.JDBC_COMPLIANT, null, Storage.CONFIGURATION);
jdbcDrivers.registerReadOnlyAttribute(Constants.MODULE_SLOT, null,Storage.CONFIGURATION);
final ManagementResourceRegistration dataSources = subsystem.registerSubModel(PathElement.pathElement(DATA_SOURCE),
DATA_SOURCE_DESC);
dataSources.registerOperationHandler(ADD, DataSourceAdd.INSTANCE, ADD_DATA_SOURCE_DESC, false);
dataSources.registerOperationHandler(REMOVE, DataSourceRemove.INSTANCE, REMOVE_DATA_SOURCE_DESC, false);