<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hello Jason,<br>
<br>
sorry for the delay. Today I had a look at your problem again, but
... just don't know.<br>
<br>
I could diagnose the problem from detailed logs, if it would be
possible to take them.<br>
E.g. by reconciling one particular user (from GUI), with model
logs set to TRACE.<br>
<br>
And, as for the filtering problem below ... again, sorry, no idea
(yet). I think that == and != operators work in groovy just fine.
Maybe some logging instructions that you'd put into your scripts
could help...<br>
<br>
Best regards,<br>
Pavol<br>
<br>
</div>
<blockquote
cite="mid:CAFkZXY4AQvwyacqXsARRHyMwwv+14eUWQU3GoX8qDSfZb+jxPA@mail.gmail.com"
type="cite">
<div dir="ltr">This below does not work
<div><br>
</div>
<div>
<div> <span class="" style="white-space:pre"> </span>event.isRelatedToItem(new
com.evolveum.midpoint.prism.path.ItemPath("activation",
"administrativeStatus")) &&</div>
<div> requestee.getOrganization().size() ==
1 &&</div>
<div>
requestee.getOrganization().get(0).getOrig() <font
color="#ff0000">!=</font>
'OU=DISABLED,OU=Dept,OU=Users,DC=Test,DC=Local'
&&</div>
<div><span class="" style="white-space:pre"> </span>basic.getExtensionPropertyValue(requestee,
'<a moz-do-not-send="true"
href="http://www.bshp.edu/test/bshp">http://www.bshp.edu/test/bshp</a>',
'eduPersonAffiliation') == 'student'</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>But this one does</div>
<div><br>
</div>
<div>
<div> <span class="" style="white-space:pre"> </span>event.isRelatedToItem(new
com.evolveum.midpoint.prism.path.ItemPath("activation",
"administrativeStatus")) &&</div>
<div> requestee.getOrganization().size() ==
1 &&</div>
<div>
requestee.getOrganization().get(0).getOrig() ==
'OU=DISABLED,OU=Dept,OU=Users,DC=Test,DC=Local'
&&</div>
<div><span class="" style="white-space:pre"> </span>basic.getExtensionPropertyValue(requestee,
'<a moz-do-not-send="true"
href="http://www.bshp.edu/test/bshp">http://www.bshp.edu/test/bshp</a>',
'eduPersonAffiliation') == 'student'</div>
</div>
<div><br>
</div>
<div>All I changed was the == to != which I assumed would work
as a does not match<br clear="all">
<div><br>
</div>
-- <br>
<div class="gmail_signature">
<div dir="ltr">JASON</div>
</div>
</div>
</div>
<br>
<font size="2"><br>
<br>
CONFIDENTIALITY NOTICE:<br>
This e-mail together with any attachments is proprietary and
confidential; intended for only the recipient(s) named above and
may contain information that is privileged. You should not
retain, copy or use this e-mail or any attachments for any
purpose, or disclose all or any part of the contents to any
person. Any views or opinions expressed in this e-mail are those
of the author and do not represent those of the Baptist School
of Health Professions. If you have received this e-mail in
error, or are not the named recipient(s), you are hereby
notified that any review, dissemination, distribution or copying
of this communication is prohibited by the sender and to do so
might constitute a violation of the Electronic Communications
Privacy Act, 18 U.S.C. section 2510-2521. Please immediately
notify the sender and delete this e-mail and any attachments
from your computer. </font><br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
</blockquote>
<br>
</body>
</html>