In this post, I will talk about the event handler registration by using your custom created EventHandlers.xml file or by using OOTB EventHandlers.xml
Well I created a folder structure like /metadata/user/custom/CustomPreProcessHandler/ and placed my file there EventHandlers.xml and ran the weblogicImportMetadata.sh .
On testing my custom pre-process event Handler does not get loaded.
To fix this issue you can modify the OOTB file
/metadata/iam-features-identity/event-definition/EventHandlers.xml file
Sample content
<action-handler orch-target="oracle.iam.platform.kernel.vo.EntityOrchestration" class="fullyqualifiedclassname" entity-type="User" operation="CREATE" name="classname" stage="preprocess" order="1500" sync="true"/>
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.