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)
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)
Thanks for your post.
ReplyDeletewhere I will be able to see the output.
System.out.println("Running the OIM Sample Scheduled Task...");
Hi Man,
ReplyDeleteYou will be able see in OIM managed server log. :)
Thanks You..
Hi,
ReplyDeleteThere is no link to download the code, has it been removed ??
Hi Tom,
ReplyDeleteIt takes some time to load. Try in different browser (mozilla). you can just copy code..
Thanks
can u please share the default path location
ReplyDeleteAbhinay,
ReplyDeleteAre you looking for Log path location?
Thanks