Skip to content

Commit

Permalink
improve samples
Browse files Browse the repository at this point in the history
  • Loading branch information
gpalos committed Jun 16, 2016
1 parent f25a802 commit 8150043
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions samples/tasks/recon-task-opendj.xml
Expand Up @@ -22,13 +22,15 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:my="http://whatever.com/my"
xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3"
xsi:schemaLocation="http://midpoint.evolveum.com/xml/ns/public/common/common-3 ../../../../../../infra/schema/src/main/resources/xml/ns/public/common/common-3.xsd
http://www.w3.org/2001/XMLSchema ../../../../../../infra/schema/src/test/resources/standard/XMLSchema.xsd">

<!-- Resource printable name -->
<name>Reconciliation: OpenDJ</name>

<extension>

<extension xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3">
<mext:objectclass>ri:inetOrgPerson</mext:objectclass>
</extension>

<taskIdentifier>91919191-76e0-59e2-86d6-3d4f02d30000</taskIdentifier>
Expand Down
7 changes: 6 additions & 1 deletion samples/tasks/task-HR-livesync.xml
Expand Up @@ -22,7 +22,12 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<name>Live Synchronization: HR Resource</name>


<extension xmlns:gen533="http://midpoint.evolveum.com/xml/ns/public/provisioning/liveSync-3"
xmlns:mext="http://midpoint.evolveum.com/xml/ns/public/model/extension-3">
<mext:kind>account</mext:kind>
</extension>

<taskIdentifier>10000000-0000-0000-5555-555500000001</taskIdentifier>
<ownerRef oid="00000000-0000-0000-0000-000000000002"/>
<executionStatus>runnable</executionStatus>
Expand Down

0 comments on commit 8150043

Please sign in to comment.