jdbcDrivers.registerOperationHandler(ADD, JdbcDriverAdd.INSTANCE, ADD_JDBC_DRIVER_DESC, false);
jdbcDrivers.registerOperationHandler(REMOVE, JdbcDriverRemove.INSTANCE, REMOVE_JDBC_DRIVER_DESC, false);
jdbcDrivers.registerReadOnlyAttribute(Constants.DRIVER_MAJOR_VERSION, null);
jdbcDrivers.registerReadOnlyAttribute(Constants.DRIVER_MINOR_VERSION, null);
jdbcDrivers.registerReadOnlyAttribute(Constants.XADATASOURCECLASS, null);
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);