QValueFactory qvf = QValueFactoryImpl.getInstance();
QValue[] vFalse = new QValue[] {qvf.create(false)};
descriptors.put(Repository.WRITE_SUPPORTED, vFalse);
descriptors.put(Repository.IDENTIFIER_STABILITY,
new QValue[] {qvf.create(Repository.IDENTIFIER_STABILITY_SAVE_DURATION, PropertyType.STRING)});
descriptors.put(Repository.OPTION_XML_IMPORT_SUPPORTED, vFalse);
descriptors.put(Repository.OPTION_XML_EXPORT_SUPPORTED, vFalse);
descriptors.put(Repository.OPTION_UNFILED_CONTENT_SUPPORTED, vFalse);
descriptors.put(Repository.OPTION_VERSIONING_SUPPORTED, vFalse);
descriptors.put(Repository.OPTION_SIMPLE_VERSIONING_SUPPORTED, vFalse);