1 Reply Latest reply on Oct 26, 2006 12:21 AM by harshi2003

    Help me schedular in JBOSS

    harshi2003

      could you please tell me or direct me to example which helps me to set a scheduler in JBoss. where the schedulerable class jar file is is inside an ear.

      that is let say my class that implements scheduler is in A.
      then if that class is packaged inside jar file testscheduler.jar

      this testscheduler.jar is inside test.ear.

      what happens is when deploy this as a ear where i set codebase to test.ear in jboss service.xml the class loader doesn't identify the schedulerable class.

      please help me

      thanks in advance

        • 1. Re: Help me schedular in JBOSS
          harshi2003

          I managed to find a solution. This is just for the reference

          include a sar file with class that implements schedulable.

          then include that in to the ear,

          then schedular works ok

          if any suggestions pls let me know