[midPoint] Attribute limitation "ignore" is not available

Mercedes Oncina Deltell moncina at um.es
Wed Mar 2 11:16:56 CET 2022


I try to use the option <ignore> in the attribute limitatios, as it is 
in 
https://docs.evolveum.com/midpoint/reference/resources/resource-configuration/schema-handling/#attribute-definitions

and I get the error: No field 'ignore' in class class 
com.evolveum.midpoint.xml.ns._public.common.common_3.PropertyLimitationsType 
(and no element method in object factory too)

The XML code for this attribute is:

/            <attribute id="30">
                 <ref>ri:AFI_ID</ref>
                 <description>Identificador único, generado 
automáticamente</description>
                 <matchingRule 
xmlns:gen459="http://prism.evolveum.com/xml/ns/public/matching-rule-3">gen459:default</matchingRule>
                 <tolerant>true</tolerant>
<exclusiveStrong>false</exclusiveStrong>
                 <limitations>
                    <minOccurs>0</minOccurs>
                    <maxOccurs>1</maxOccurs>
                 </limitations>
*<limitations>**
**<layer>presentation</layer>**
**                  <ignore>true</ignore>**
**                </limitations>*
                 <outbound>
<authoritative>true</authoritative>
                     <exclusive>false</exclusive>
                     <strength>normal</strength>
                     <source>
<path>$focus/employeeNumber</path>
                     </source>
                     <target>
<path>$projection/attributes/AFI_ID</path>
                     </target>
                 </outbound>
                 <inbound id="49">
<authoritative>true</authoritative>
                     <exclusive>false</exclusive>
                     <strength>normal</strength>
                     <expression>
                         <script>
                            <code>
                               "uuidgen -x -r".execute()
                            </code>
                         </script>
                     </expression>
                     <target>
<path>$focus/employeeNumber</path>
                     </target>
                     <condition>
                         <script>
                             <code>
                               input == null
                            </code>
                         </script>
                     </condition>
                 </inbound>
             </attribute>/

Midpoint version is 4.4

Thanks.

-- 
Mercedes Oncina Deltell
Servicio de Infraestructuras TICS
ATICA - Universidad de Murcia
Telf: +34 868881983
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20220302/6704a490/attachment.htm>


More information about the midPoint mailing list