[midPoint-git] [Evolveum/midpoint] 3e1e78: Provide meaningful messages for missing attr <ref>
mederly
noreply at github.com
Fri Sep 22 00:12:58 CEST 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 3e1e78418d93ea896eeb3f37f1c7ebb8d46549d0
https://github.com/Evolveum/midpoint/commit/3e1e78418d93ea896eeb3f37f1c7ebb8d46549d0
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/RefinedResourceSchemaParser.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/dummy/TestDummyNegative.java
A provisioning/provisioning-impl/src/test/resources/dummy/resource-dummy-broken-attribute-def.xml
Log Message:
-----------
Provide meaningful messages for missing attr <ref>
The messages were confusing, as they were emitted in unrelated contexts
(and the description of the context was a part of the message). Now
the correctness of <ref> properties is checked at the beginning of
resource schemaHandling parsing.
This resolves MID-8162.
More information about the midPoint-svn
mailing list