1 Reply Latest reply on Mar 28, 2007 2:28 PM by genman

    Deploying JBoss scheduler as part of my webapp. Not a sepera

      I currently have a seperate sar file that configures to schedule some tasks. Problem is everytime I add new scheduling tasks, I need to add additional supporting classes to sar file. There are also other issues with classcastexception which I won't go into.
      Is it possible to deploy my sar file as part of my webapp so that they use the same classloader... If thats not possible how can I configure Scheduler within my webapp?