<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Nitin,<br>
      <br>
      The answer is a bit tricky but it is essentially "yes".<br>
      <br>
      MidPoint can synchronize resource objects (on resource side) with
      anything that is subclass of FocusType (on midPoint side). The
      object on midPoint side has to be subclass of FocusType beause
      this type has the data items that are necessary to keep the track
      of synchronization (linkRef, assignment).<br>
      <br>
      But object definitions in midPoint are fairly static. We need this
      to accomplish our strategy of getting a lot of features out of the
      box. We also need this for database optimization and therefore
      also scalability. There is a GenericObjectType that can be used to
      represent a new types of objects. But this one is *not* subclass
      of FocusType as we didn't want to limit the extensibility
      possibilities.<br>
      <br>
      However there is an elegant solution. MidPoint has RoleType and
      OrgType which represent role and organization unit respectively.
      However the RoleType and OrgType concepts in midPoint are much
      more generic that you are probably used to. Role is designed to
      represent a lot of different things not just the "role proper".
      E.g. a role can represent an access privilege, employee work
      position, physical access clearance and so on. OrgType can
      prepresent project, team, workgroup and so on. So I suggest that
      you can represent your AccessObject as a midPoint Role. You can
      place all your custom data items in role <extension> part
      and you will gain all the existing advantages of roles (e.g.
      authorizations).<br>
      <br>
      We have been thinking about adding some kind of GenericFocusType
      to midPoint. But as RoleType and OrgType are such a nice and
      generic concepts we have actually been able to model all the case
      by just using these two. But in case these concepts do not suit
      your needs please let me know. We can reconsider the
      GenericFocusType idea.<br>
      <br>
      (BTW, generic synchronization is a feature of midPoint 3.0 which
      is scheduled to be released in May. Therefore all of this applies
      to version 3.0)<br>
      <br>
      <pre class="moz-signature" cols="72">-- 

                                           Radovan Semancik
                                          Software Architect
                                             evolveum.com
</pre>
      <br>
      <br>
      <br>
      On 04/08/2014 12:00 PM, Nitin G. Prabhu wrote:<br>
    </div>
    <blockquote
cite="mid:305192DBBFDF8F41AF7879DE170FDEB004F2EFC833@IND-MHP1MCL001.mastek.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;
        mso-fareast-language:EN-US;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.messages-details-bold
        {mso-style-name:messages-details-bold;}
span.message-info
        {mso-style-name:message-info;}
span.errorstack
        {mso-style-name:errorstack;}
span.showstacktext
        {mso-style-name:showstacktext;}
span.EmailStyle25
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle26
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
span.EmailStyle29
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:444735880;
        mso-list-template-ids:897644172;}
@list l0:level1
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:36.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l0:level2
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:72.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:"Courier New";
        mso-bidi-font-family:"Times New Roman";}
@list l0:level3
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:108.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l0:level4
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:144.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l0:level5
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:180.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l0:level6
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:216.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l0:level7
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:252.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l0:level8
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:288.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l0:level9
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:324.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1
        {mso-list-id:1387139774;
        mso-list-template-ids:1319536334;}
@list l1:level1
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:36.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1:level2
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:72.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:"Courier New";
        mso-bidi-font-family:"Times New Roman";}
@list l1:level3
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:108.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1:level4
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:144.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1:level5
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:180.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1:level6
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:216.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1:level7
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:252.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1:level8
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:288.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
@list l1:level9
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:324.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:#1F497D">Thanks a lot
            Deepak.Can you please let me know if we can define our set
            of custom objects which midpoint can synchronize<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">For example
            apart from User object if I want to synchronize say
            AccessObject[custom] then can we do this using midpoint<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">Regards,<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">Nitin<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #B5C4DF
            1.0pt;padding:3.0pt 0cm 0cm 0cm">
            <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:EN-GB"
                  lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:EN-GB"
                lang="EN-US"> <a class="moz-txt-link-abbreviated" href="mailto:midpoint-bounces@lists.evolveum.com">midpoint-bounces@lists.evolveum.com</a>
                [<a class="moz-txt-link-freetext" href="mailto:midpoint-bounces@lists.evolveum.com">mailto:midpoint-bounces@lists.evolveum.com</a>] <b>On
                  Behalf Of </b>Deepak Natarajan<br>
                <b>Sent:</b> 08 April 2014 09:41<br>
                <b>To:</b> midPoint General Discussion<br>
                <b>Subject:</b> Re: [midPoint] Issue while uploading
                resource xml<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><br>
          Hi Nitin -<br>
          <br>
          I would recommend you upgrade to/try out Midpoint v2.2.1 :<br>
          <br>
          <a moz-do-not-send="true"
            href="https://wiki.evolveum.com/display/midPoint/Release+2.2.1">https://wiki.evolveum.com/display/midPoint/Release+2.2.1</a><br>
          <br>
          You can find good examples for configuring MySQL and LDAP
          resources here :<br>
          <br>
          <a moz-do-not-send="true"
href="https://github.com/Evolveum/midpoint/tree/v2.2-support/samples/resources">https://github.com/Evolveum/midpoint/tree/v2.2-support/samples/resources</a>
          (from the 2.2 support branch)<br>
          <br>
          And this is the documentation from their Wiki (specific to
          Resource Configuration) :<br>
          <br>
          <a moz-do-not-send="true"
            href="https://wiki.evolveum.com/display/midPoint/Resource+Configuration">https://wiki.evolveum.com/display/midPoint/Resource+Configuration</a><br>
          <br>
          Rgds/Deepak<br>
          <br>
          <br>
          <o:p></o:p></p>
        <div
style="margin-left:18.75pt;margin-top:22.5pt;margin-right:18.75pt;margin-bottom:7.5pt">
          <div style="border:none;border-top:solid #EDEEF0
            1.0pt;padding:4.0pt 0cm 0cm 0cm">
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><img
                  id="_x0000_i1025"
                  src="cid:part4.07050309.04080906@evolveum.com"
                  name="compose-unknown-contact.jpg" height="25"
                  border="0" width="25"><o:p></o:p></p>
            </div>
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><a
                  moz-do-not-send="true"
                  href="mailto:Nitin.Prabhu@mastek.com"><b>Nitin G.
                    Prabhu</b></a><o:p></o:p></p>
            </div>
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><span
                  style="color:#9FA2A5">April 8, 2014 at 11:34 AM</span><o:p></o:p></p>
            </div>
          </div>
        </div>
        <div style="margin-left:18.0pt;margin-right:18.0pt">
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333">Hi
              Pavol,</span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333"> </span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333">Thanks
              for your reply I have downloaded the war from <a
                moz-do-not-send="true"
                href="http://www.evolveum.com/downloads/midpoint/2.1/midpoint.war"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#333333;text-decoration:none">http://www.evolveum.com/downloads/midpoint/2.1/midpoint.war</span></a></span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333"> </span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333">Version
              I am using is 2.1.</span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333"> </span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333">Also
              I have one more query as below</span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333"> </span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#333333">I
              am trying to synchronize database with LDAP but some how I
              am finding difficult to configure the xml definition for
              mappings do you have any documentation or steps or
              examples which can guide me to use midpoint </span><o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D">Regards,</span><o:p></o:p></p>
          <p class="MsoNormal"><span style="color:#1F497D">Nitin</span><o:p></o:p></p>
          <div>
            <div style="border:none;border-top:solid #B5C4DF
              1.0pt;padding:3.0pt 0cm 0cm 0cm">
              <p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:EN-GB"
                    lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:EN-GB"
                  lang="EN-US"> <a moz-do-not-send="true"
                    href="mailto:midpoint-bounces@lists.evolveum.com">midpoint-bounces@lists.evolveum.com</a>
                  [<a moz-do-not-send="true"
                    href="mailto:midpoint-bounces@lists.evolveum.com">mailto:midpoint-bounces@lists.evolveum.com</a>]
                  <b>On Behalf Of </b>Pavol Mederly<br>
                  <b>Sent:</b> 08 April 2014 06:39<br>
                  <b>To:</b> <a moz-do-not-send="true"
                    href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
                  <b>Subject:</b> Re: [midPoint] Issue while uploading
                  resource xml</span><o:p></o:p></p>
            </div>
          </div>
          <p class="MsoNormal"> <o:p></o:p></p>
          <div>
            <p class="MsoNormal">Hello Nitin,<br>
              <br>
              which version of midPoint are you using? Because, as for
              tasks, the exclusivityStatus element was removed almost a
              year ago! (Before releasing midPoint 2.2.)<br>
              <br>
              Best regards,<br>
              Pavol<br>
              <br>
              On 7. 4. 2014 21:20, Nitin G. Prabhu wrote:<o:p></o:p></p>
          </div>
          <p class="MsoNormal"><span style="font-size:12.0pt"> </span><o:p></o:p></p>
          <p class="MsoNormal" style="margin-bottom:12.0pt"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman","serif";color:#888888;mso-fareast-language:EN-GB"><o:p> </o:p></span></p>
          <table class="MsoNormalTable" style="background:white"
            border="0" cellpadding="0">
            <tbody>
              <tr>
                <td style="padding:.75pt .75pt .75pt .75pt">
                  <p class="MsoNormal"><span
                      style="font-size:12.0pt;font-family:"Times
                      New
                      Roman","serif";mso-fareast-language:EN-GB">MASTEK
                      LTD.<br>
                      In the US, we're called MAJESCOMASTEK<br>
                      <br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
                      Opinions expressed in this e-mail are those of the
                      individual and not that of Mastek Limited, unless
                      specifically indicated to that effect. Mastek
                      Limited does not accept any responsibility or
                      liability for it. This e-mail and attachments (if
                      any) transmitted with it are confidential and/or
                      privileged and solely for the use of the intended
                      person or entity to which it is addressed. Any
                      review, re-transmission, dissemination or other
                      use of or taking of any action in reliance upon
                      this information by persons or entities other than
                      the intended recipient is prohibited. This e-mail
                      and its attachments have been scanned for the
                      presence of computer viruses. It is the
                      responsibility of the recipient to run the virus
                      check on e-mails and attachments before opening
                      them. If you have received this e-mail in error,
                      kindly delete this e-mail from desktop and server.<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<o:p></o:p></span></p>
                </td>
              </tr>
            </tbody>
          </table>
          <div>
            <p class="MsoNormal"><span
                style="font-size:12.0pt;font-family:"Times New
                Roman","serif";color:#888888;mso-fareast-language:EN-GB">_______________________________________________<br>
                midPoint mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
                <a moz-do-not-send="true"
                  href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a><o:p></o:p></span></p>
          </div>
        </div>
        <div
style="margin-left:18.75pt;margin-top:22.5pt;margin-right:18.75pt;margin-bottom:7.5pt">
          <div style="border:none;border-top:solid #EDEEF0
            1.0pt;padding:4.0pt 0cm 0cm 0cm;display:table">
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";mso-fareast-language:EN-GB"><img
                    id="_x0000_i1026"
                    src="cid:part4.07050309.04080906@evolveum.com"
                    name="compose-unknown-contact.jpg" height="25"
                    border="0" width="25"><o:p></o:p></span></p>
            </div>
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";mso-fareast-language:EN-GB"><a
                    moz-do-not-send="true"
                    href="mailto:mederly@evolveum.com"><b>Pavol Mederly</b></a><o:p></o:p></span></p>
            </div>
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";color:#9FA2A5;mso-fareast-language:EN-GB">April
                  8, 2014 at 8:39 AM</span><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";mso-fareast-language:EN-GB"><o:p></o:p></span></p>
            </div>
          </div>
        </div>
        <div style="margin-left:18.0pt;margin-right:18.0pt">
          <div>
            <p class="MsoNormal"><span
                style="font-size:12.0pt;font-family:"Times New
                Roman","serif";color:#888888;mso-fareast-language:EN-GB">Hello
                Nitin,<br>
                <br>
                which version of midPoint are you using? Because, as for
                tasks, the exclusivityStatus element was removed almost
                a year ago! (Before releasing midPoint 2.2.)<br>
                <br>
                Best regards,<br>
                Pavol<br>
                <br>
                On 7. 4. 2014 21:20, Nitin G. Prabhu wrote:<o:p></o:p></span></p>
          </div>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman","serif";color:#888888;mso-fareast-language:EN-GB"><o:p> </o:p></span></p>
          <div>
            <p class="MsoNormal"><span
                style="font-size:12.0pt;font-family:"Times New
                Roman","serif";color:#888888;mso-fareast-language:EN-GB">_______________________________________________<br>
                midPoint mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
                <a moz-do-not-send="true"
                  href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a><o:p></o:p></span></p>
          </div>
        </div>
        <div
style="margin-left:18.75pt;margin-top:22.5pt;margin-right:18.75pt;margin-bottom:7.5pt">
          <div style="border:none;border-top:solid #EDEEF0
            1.0pt;padding:4.0pt 0cm 0cm 0cm;display:table">
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";mso-fareast-language:EN-GB"><img
                    id="_x0000_i1027"
                    src="cid:part4.07050309.04080906@evolveum.com"
                    name="compose-unknown-contact.jpg" height="25"
                    border="0" width="25"><o:p></o:p></span></p>
            </div>
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";mso-fareast-language:EN-GB"><a
                    moz-do-not-send="true"
                    href="mailto:Nitin.Prabhu@mastek.com"><b>Nitin G.
                      Prabhu</b></a><o:p></o:p></span></p>
            </div>
            <div>
              <p class="MsoNormal" style="vertical-align:middle"><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";color:#9FA2A5;mso-fareast-language:EN-GB">April
                  7, 2014 at 10:20 PM</span><span
                  style="font-size:12.0pt;font-family:"Times New
                  Roman","serif";mso-fareast-language:EN-GB"><o:p></o:p></span></p>
            </div>
          </div>
        </div>
        <div style="margin-left:18.0pt;margin-right:18.0pt">
          <p class="MsoNormal">Hi,<o:p></o:p></p>
          <p class="MsoNormal"> <o:p></o:p></p>
          <p class="MsoNormal">I am getting below error when I am trying
            to import resource xml file.<o:p></o:p></p>
          <p class="MsoNormal"> <o:p></o:p></p>
          <p class="MsoNormal">Basically it says that as below.Can you
            please help it seems that some elements cannot be found in
            midpoint namespace<o:p></o:p></p>
          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:36.0pt"><span
              style="font-size:12.0pt">Schema validation </span><o:p></o:p></p>
          <ul type="disc">
            <ul type="circle">
              <li class="MsoNormal"
                style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1
                level2 lfo1"><span style="font-size:12.0pt">Validation
                  error: cvc-complex-type.2.4.a: Invalid content was
                  found starting with element 'cap:status'. One of '{<a
                    moz-do-not-send="true"
href="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2">"http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2"</a>:enabled,
                  <a moz-do-not-send="true"
href="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2">"http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2"</a>:enableDisable}'
                  is expected. </span><o:p></o:p></li>
              <li class="MsoNormal"
                style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l1
                level2 lfo1"><u><span style="font-size:12.0pt">Cause:</span></u><span
                  style="font-size:12.0pt"> </span><o:p></o:p></li>
            </ul>
          </ul>
          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"><span
              style="font-size:12.0pt">cvc-complex-type.2.4.a: Invalid
              content was found starting with element 'cap:status'. One
              of '{<a moz-do-not-send="true"
href="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2">"http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2"</a>:enabled,
              <a moz-do-not-send="true"
href="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2">"http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-2"</a>:enableDisable}'
              is expected.</span><o:p></o:p></p>
          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"><span
              style="font-size:12.0pt">[ SHOW ERROR STACK ] </span><o:p></o:p></p>
          <p class="MsoNormal"><span
              style="font-size:12.0pt;font-family:Symbol;mso-fareast-language:EN-GB">·</span><span
              style="font-size:12.0pt">  Import object </span><o:p></o:p></p>
          <ul type="disc">
            <li class="MsoNormal"
              style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0
              level1 lfo2"><span style="font-size:12.0pt">Schema
                validation </span><o:p></o:p></li>
          </ul>
          <ul type="disc">
            <ul type="circle">
              <li class="MsoNormal"
                style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0
                level2 lfo2"><span style="font-size:12.0pt">Validation
                  error: cvc-complex-type.2.4.a: Invalid content was
                  found starting with element 'handlerUri'. One of '{<a
                    moz-do-not-send="true"
                    href="http://midpoint.evolveum.com/xml/ns/public/common/common-2a">"http://midpoint.evolveum.com/xml/ns/public/common/common-2a"</a>:exclusivityStatus}'
                  is expected. </span><o:p></o:p></li>
              <li class="MsoNormal"
                style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;mso-list:l0
                level2 lfo2"><u><span style="font-size:12.0pt">Cause:</span></u><span
                  style="font-size:12.0pt"> </span><o:p></o:p></li>
            </ul>
          </ul>
          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"><span
              style="font-size:12.0pt">cvc-complex-type.2.4.a: Invalid
              content was found starting with element 'handlerUri'. One
              of '{<a moz-do-not-send="true"
                href="http://midpoint.evolveum.com/xml/ns/public/common/common-2a">"http://midpoint.evolveum.com/xml/ns/public/common/common-2a"</a>:exclusivityStatus}'
              is expected.</span><o:p></o:p></p>
          <p class="MsoNormal">  <o:p></o:p></p>
          <p class="MsoNormal" style="margin-bottom:12.0pt"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman","serif";color:#888888;mso-fareast-language:EN-GB"><o:p> </o:p></span></p>
          <table class="MsoNormalTable" style="background:white"
            border="0" cellpadding="0">
            <tbody>
              <tr>
                <td style="padding:.75pt .75pt .75pt .75pt">
                  <p class="MsoNormal"><span
                      style="font-size:12.0pt;font-family:"Times
                      New
                      Roman","serif";mso-fareast-language:EN-GB">MASTEK
                      LTD.<br>
                      In the US, we're called MAJESCOMASTEK<br>
                      <br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
                      Opinions expressed in this e-mail are those of the
                      individual and not that of Mastek Limited, unless
                      specifically indicated to that effect. Mastek
                      Limited does not accept any responsibility or
                      liability for it. This e-mail and attachments (if
                      any) transmitted with it are confidential and/or
                      privileged and solely for the use of the intended
                      person or entity to which it is addressed. Any
                      review, re-transmission, dissemination or other
                      use of or taking of any action in reliance upon
                      this information by persons or entities other than
                      the intended recipient is prohibited. This e-mail
                      and its attachments have been scanned for the
                      presence of computer viruses. It is the
                      responsibility of the recipient to run the virus
                      check on e-mails and attachments before opening
                      them. If you have received this e-mail in error,
                      kindly delete this e-mail from desktop and server.<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<o:p></o:p></span></p>
                </td>
              </tr>
            </tbody>
          </table>
          <div>
            <p class="MsoNormal"><span
                style="font-size:12.0pt;font-family:"Times New
                Roman","serif";color:#888888;mso-fareast-language:EN-GB">_______________________________________________<br>
                midPoint mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
                <a moz-do-not-send="true"
                  href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a><o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><span
            style="font-size:12.0pt;font-family:"Times New
            Roman","serif";mso-fareast-language:EN-GB"><o:p> </o:p></span></p>
        <div>
          <p class="MsoNormal" style="margin-bottom:12.0pt"><span
              style="font-size:12.0pt;font-family:"Times New
              Roman","serif";mso-fareast-language:EN-GB">--
              <br>
              <br>
              Deepak Natarajan<br>
              Director<br>
              <br>
              Trilobyte Systems ApS<br>
              Falkoner Alle 1, 3<br>
              2000 Frederiksberg<br>
              Denmark<br>
              +45 29375068<o:p></o:p></span></p>
        </div>
      </div>
      <br>
      <br>
      <table style="color:black" bgcolor="white">
        <tbody>
          <tr>
            <td>MASTEK LTD.<br>
              In the US, we're called MAJESCOMASTEK<br>
              <br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
              Opinions expressed in this e-mail are those of the
              individual and not that of Mastek Limited, unless
              specifically indicated to that effect. Mastek Limited does
              not accept any responsibility or liability for it. This
              e-mail and attachments (if any) transmitted with it are
              confidential and/or privileged and solely for the use of
              the intended person or entity to which it is addressed.
              Any review, re-transmission, dissemination or other use of
              or taking of any action in reliance upon this information
              by persons or entities other than the intended recipient
              is prohibited. This e-mail and its attachments have been
              scanned for the presence of computer viruses. It is the
              responsibility of the recipient to run the virus check on
              e-mails and attachments before opening them. If you have
              received this e-mail in error, kindly delete this e-mail
              from desktop and server.<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
            </td>
          </tr>
        </tbody>
      </table>
      <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>
    <br>
  </body>
</html>