| sivkum 2005-12-16, 11:14 am |
| Each J2EE application is typically mapped to one or more Scheduler instances through resource references. When tasks are created in a Scheduler instance, it is important that the lifecycle of the Scheduled tasks are taken into account when the application is started, stopped or uninstalled.
The Scheduler service is not application-aware. If an application is stopped or uninstalled, tasks for that application will continue to run. If an application is to be uninstalled, application developers and administrators must cancel all outstanding tasks or they will continue to run and errors will be displayed in the SystemOut.log:
ASYN0030E: Cannot find meta data for j2eename App.ear#Web.war#/welcome.jsp
I want to delete/cancel the tasks of the Uninstalled Application (IN WSAD 5.1). Please let me know how can i do it? |