hi all
i have an EAR project which runs on weblogic
i have some timers in my application
and i want to cancel them when i redeploy my EAR project.
I have tried using PhaseListener but i could not access to my web module classes in phase listener.
how could i do this task?
thanks in advance