descriptorKeys.put(Repository.OPTION_LOCKING_SUPPORTED, vFalse);
descriptorKeys.put(Repository.OPTION_OBSERVATION_SUPPORTED, vFalse);
descriptorKeys.put(Repository.OPTION_TRANSACTIONS_SUPPORTED, vFalse);
descriptorKeys.put(Repository.OPTION_VERSIONING_SUPPORTED, vFalse);
descriptorKeys.put(Repository.REP_NAME_DESC, new QValue[] {qvf.create("Mock Repository", PropertyType.STRING)});
descriptorKeys.put(Repository.REP_VENDOR_DESC, new QValue[] {qvf.create("Apache Software Foundation", PropertyType.STRING)});
descriptorKeys.put(Repository.REP_VENDOR_URL_DESC, new QValue[] {qvf.create("http://www.apache.org/", PropertyType.STRING)});
descriptorKeys.put(Repository.REP_VERSION_DESC, new QValue[] {qvf.create("2.0", PropertyType.STRING)});
descriptorKeys.put(Repository.SPEC_NAME_DESC, new QValue[] {qvf.create("Content Repository API for Java(TM) Technology Specification", PropertyType.STRING)});
descriptorKeys.put(Repository.SPEC_VERSION_DESC, new QValue[] {qvf.create("2.0", PropertyType.STRING)});