1 Reply Latest reply on Mar 16, 2004 8:35 AM by hagar

    Own jars and Scheduler

    hagar

      I trying to move from JBoss 2.4.4 to 3.2.3, but one thing seems to be missing or more likely I have not found the rightway yet. Well, this is my problem, hope someone can help me on, in 2.4.4 there was a lib/ext where one could drop jar files, these could be when running the Scheduler, but where do I place the files in 3.2.3? I have tryed lib, server/default/lib, server/default/conf, server/default/deploy. I have tryed naming the jar 10-name.jar, but that didn't help. I just keep getting a
      state: FAILED
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: Exception setting attribute javax.management.Attribute: name=SchedulableClass value=dk.ctek.ahl.bo.scheduler.SchedulableReservations on mbean jboss:service=Scheduler; - nested throwable: (java.security.InvalidParameterException: Given class dk.ctek.ahl.bo.scheduler.SchedulableReservations is not not found)]

      Someone wrote about hot deploy, but is this the way to make it work (and how)

      Regards,
      Martin

        • 1. Re: Own jars and Scheduler
          hagar

          I found the error:

          In 3.2.3 the Schedulable interface is in the org.jboss.varia.scheduler.Schedulable package and no longer in the org.jboss.util.Schedulable package as in 2.4.4.
          Btw. the jar should be placed in server/default/lib

          Regards,
          Martin