Post process for organization create is not happening
Hi,
I want to provision a resource to an organization in the post process, when we create the same organization. for the same I have done the following process.
wrote event handlers.xml like below.
<?xml version="1.0" encoding="UTF-8"?>
<eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernelorchestration-handlers.xsd">
<action-handler class="com.vge.oim.eventhandlers.OrganizationProvisionResource"
entity-type="Organization" operation="CREATE" name="OrganizationProvisionResource"
stage="postprocess" order="FIRST" sync="TRUE"/>
</eventhandlers>
then imported into mds and it is success.
After this I have written plugin.xml as below.
I want to provision a resource to an organization in the post process, when we create the same organization. for the same I have done the following process.
wrote event handlers.xml like below.
<?xml version="1.0" encoding="UTF-8"?>
<eventhandlers xmlns="http://www.oracle.com/schema/oim/platform/kernel"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.oracle.com/schema/oim/platform/kernelorchestration-handlers.xsd">
<action-handler class="com.vge.oim.eventhandlers.OrganizationProvisionResource"
entity-type="Organization" operation="CREATE" name="OrganizationProvisionResource"
stage="postprocess" order="FIRST" sync="TRUE"/>
</eventhandlers>
then imported into mds and it is success.
After this I have written plugin.xml as below.
0