4 Replies Latest reply on May 30, 2003 8:42 AM by paultaylor

    Dependency on scheduled class

    paultaylor

      Hi, Im trying to convert a weblogic 6 application to JBOSS 3.2.1 . I have a class called by the Scheduler service at start the class is deployed as part of an EAR.



      true
      com.vwssys.drive.ejb.notification.classes.JB3NotificationService
      60,4
      int,int
      0
      10000
      -1

      1>When I start JBOSS it complains that it cannot find the class referred to in the scheduler-service.xml and fails to start, if I then touch the scheduler-service.xml file the service does start. I think this is because the class is part of an EAR that is not deployed until after scheduler but how do I change the order , or should I put this class somewhere else.