From 4c215294580c824c80e10c7b7216003bd62dde9b Mon Sep 17 00:00:00 2001 From: "Katarina Valalikova (katkav)" Date: Mon, 20 Apr 2015 22:25:17 +0200 Subject: [PATCH] fixing schema registration.. --- .../evolveum/midpoint/schema/MidPointPrismContextFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/schema/src/main/java/com/evolveum/midpoint/schema/MidPointPrismContextFactory.java b/infra/schema/src/main/java/com/evolveum/midpoint/schema/MidPointPrismContextFactory.java index 6d717cff043..9ea9bc5783d 100644 --- a/infra/schema/src/main/java/com/evolveum/midpoint/schema/MidPointPrismContextFactory.java +++ b/infra/schema/src/main/java/com/evolveum/midpoint/schema/MidPointPrismContextFactory.java @@ -122,7 +122,7 @@ private void registerBuiltinSchemas(SchemaRegistry schemaRegistry) throws Schema schemaRegistry.registerPrismDefaultSchemaResource("xml/ns/public/common/common-3.xsd", "c", com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectFactory.class.getPackage()); // declared by default - schemaRegistry.registerPrismDefaultSchemaResource("xml/ns/public/common/audit-3.xsd", "aud", + schemaRegistry.registerPrismSchemaResource("xml/ns/public/common/audit-3.xsd", "aud", com.evolveum.midpoint.xml.ns._public.common.audit_3.ObjectFactory.class.getPackage()); schemaRegistry.registerPrismSchemaResource("xml/ns/public/common/api-types-3.xsd", "apti",