Thursday, March 7, 2013

OIM 11g R2: Sample Code for Custom Schedule Task along with xml

Below is the sample code for Scheduler which prints "Running the OIM Sample Scheduled Task..." in OIM Domain log file when ever it get executed. Print statement inside execute method need be replaced with business logic for performing other tasks.

SampleScheduledTask.java



plugin.xml (This needs to be zipped along with Lib(which contains schedule task jar file))



OIMSampleScheduledTask.xml (Need to be placed in MDS export db folder)



Other Posts