Skip to content

Commit

Permalink
fixing schema registration..
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 20, 2015
1 parent e804037 commit 4c21529
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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",
Expand Down

0 comments on commit 4c21529

Please sign in to comment.