1 Reply Latest reply on Apr 5, 2002 6:07 AM by adrian.brock

    use of Scheduler bean

    mcacker

      perhaps i am mistaken, but the Scheduler MBean seems to have a severe limitation, whereby the scheduled class must be in the classpath prior to the scheduler being created. this means that deployed code cannot be scheduled. at least this is what i am observing. i get the following error when trying to schedule a class that is in a jar file in the deploy directory:

      [ERROR,ConfigurationService] Could not create MBean :service=Scheduler(org.jboss.util.Scheduler)
      java.security.InvalidParameterException: Given class navimedix.server.GetClaims is not valid or not found

      i can figure out workarounds to this, but perhaps i am missing something. any advice would be appreciated.

      thanks, Mitchell.