0 Replies Latest reply on Oct 30, 2003 1:28 AM by nefilim

    xml vs jar deployment (Scheduler)

    nefilim

      Hi,
      Newb alert. I have class that implements the Schedulable interface which contacts a session bean and some remote corba servers.
      One annoying problem I've been facing is whenever the server is restarted server/all/deploy/scheduler-service.xml is deployed before server/all/deploy/myclasses.jar and hence it cannot find my class referenced in the scheduler configuration. A tedious workaround is to manually touch the configuration file to force a reload after the classloader has already loaded my classes. I've tried including the xml file in my jar but in that case it did not deploy at all.
      Can anyone offer any suggestions on how to make this work from startup?
      Thanks much,
      Peter