Hi,
I have developed a custom post process event handler which will generate password for the user after the user is created in OIM.But my event handler is not getting invoked after I am creating a user in OIM.Below are the logs from the out log :-
EST> <Warning> <oracle.iam.callbacks.common> <BEA-000000> <[CALLBACKMSG] Found 0 possible matches for applicable policies for step POST_PROCESS, entity User, operation CREATE.>
<Feb 20, 2014 7:09:44 AM EST> <Warning> <oracle.iam.callbacks.common> <BEA-000000> <[CALLBACKMSG] Are applicable policies present for this async eventhandler ? : false>
<Feb 20, 2014 7:09:45 AM EST> <Warning> <JNDI> <BEA-050007> <An attempt was made to look up non-versioned global resource "queue" from an application version "oim [Version=11.1.2.0.0]". This can potentially cause conflict of the global resource usages among multiple application versions.>
<Feb 20, 2014 7:09:45 AM EST> <Warning> <oracle.adfinternal.controller.state.ControllerState> <ADFC-64001> <ADFc: No view port found with ID 'data.oracle_iam_ui_main_identityPageDef.pageTemplateBinding.region1.oracle_iam_ui_catalog_pages_cart_detailsPageDef_WEB_INF_oracle_iam_ui_catalog_tfs_catalog_tf_xml_catalog_tf.dynamicRegion1.pageDefs_oracle_iam_ui_runtime_form_view_pages_userCreateFormPageDef_oracle_iam_ui_runtime_form_view_tfs_user_xml_user.orgpickertf1'.>
<Feb 20, 2014 7:09:45 AM EST> <Warning> <oracle.adfinternal.controller.state.ControllerState> <ADFC-64001> <ADFc: No view port found with ID 'data.oracle_iam_ui_main_identityPageDef.pageTemplateBinding.region1.oracle_iam_ui_catalog_pages_cart_detailsPageDef_WEB_INF_oracle_iam_ui_catalog_tfs_catalog_tf_xml_catalog_tf.dynamicRegion1.pageDefs_oracle_iam_ui_runtime_form_view_pages_userCreateFormPageDef_oracle_iam_ui_runtime_form_view_tfs_user_xml_user.userpickertf1'.>
<Feb 20, 2014 7:09:45 AM EST> <Warning> <oracle.adfinternal.controller.state.ControllerState> <ADFC-64001> <ADFc: No view port found with ID 'data.oracle_iam_ui_main_identityPageDef.pageTemplateBinding.region1.oracle_iam_ui_catalog_pages_cart_detailsPageDef_WEB_INF_oracle_iam_ui_catalog_tfs_catalog_tf_xml_catalog_tf.dynamicRegion1.pageDefs_oracle_iam_ui_runtime_form_view_pages_userCreateFormPageDef_oracle_iam_ui_runtime_form_view_tfs_user_xml_user.pwdpolicyinfo'.>
<Feb 20, 2014 7:09:45 AM EST> <Warning> <oracle.adfinternal.view.faces.renderkit.rich.SelectItemUtils> <ADF_FACES-30118> <No help provider found for helpTopicId=create_user.>
Can anyone please tell what is wrong with my event handler.
Thanks
Mahesh