0 Replies Latest reply on Aug 5, 2002 9:34 AM by jposuser

    JBOSS Scheduler

    jposuser

      Hi,
      We are using the combination of JBOSS Scheduler and Timer to execute A Class Repeatedly. Right now the Class is packaged in a JAR. If we deploy only the JAR then the Scheduler Class works just fine.
      But we have to deploy an EAR, which contains the JAR plus another WAR and some other Files. Now when we deploy the EAR and try to run the Scheduler Class, we get an error, displaying "Class not found."
      So this is my question:- How do you make the Scheduler Service work with an EAR, with the Schedulable Class inside a JAR and the JAR which is inside the EAR. The EAR is the file which is deployed.

      Any help and suggestions will be welcome.

      Thanks in Advance.