Schedule task jar
sjitDec 18 2012 — edited Dec 18 2012Hello,
Where can I found the OOTB Scheduled tasks jar files.?
I have the task.xml from MDS. And there is a task.
<task>
<name>Password Warning Task</name>
<class>com.thortech.xl.schedule.tasks.tcTskPasswordWarning</class>
<description>Password Warning Task</description>
<retry>5</retry>
<parameters>
<string-param required="false" encrypted="false" helpText="Email Definition Name">Email Definition Name</string-param>
</parameters>
</task>
I want the jar file for this class.
I checked in OIM DB plugins table. It only shows the name of the schedule task that I have created.
Thanks
sjit