<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi Keith,</p>
<p>you have overriden the employeeType attribute to act as single
value here in schema handling:</p>
<p> <attribute id="25"><br>
<c:ref>ri:employeeType</c:ref><br>
<font color="#3333ff"><limitations><br>
<maxOccurs>1</maxOccurs><br>
</limitations></font></p>
<p>...</p>
<p>So even if the employeeType attribute is multi-value in schema,
the schema handling overrides it to a single-valued one.</p>
<p>You may either:</p>
<p>1. remove the <limitations> element with
<maxOccurs>1</maxOccurs> from the "ri:employeeType"
attribute definition in schema handling<br>
</p>
<p>or</p>
<p>2. make sure you are not trying to push two different values to a
single-value attribute.</p>
<p>midPoint is really complaining only because you are putting two
values ("Staff" and "Alumni") to the attribute which is configured
to act as a single-valued. If the attribute is without this
limitation, it should work.</p>
<p>Best regards,</p>
<p>Ivan<br>
</p>
<blockquote type="cite"
cite="mid:CAAkzTLwskMZk-NqwaDwjWP=yi1tEt7w-ihWA67e5+JzUsFQ8TQ@mail.gmail.com"></blockquote>
<pre class="moz-signature" cols="72">--
Ivan Noris
Senior Identity Engineer
evolveum.com
</pre>
</body>
</html>