1 Reply Latest reply on Apr 15, 2005 10:03 AM by jbriscoe

    Scheduling an Event

    some1ne

      I'm trying to create/schedule an event that handles the processing of transactions and the creation of bills/invoices on a monthly basis, and I've been running into some problems. I am using Eclipse, and specifically, it is telling me that "Schedulable cannot be resolved or is not a valid superinterface" and that it cannot find the "org.jboss.varia" package (the package which should contain the scheduler related classes). I've tried looking through the various jar-files, but I cannot find the one that contains this package...so bascally, what jar do I need to add to my classpath in order for Eclipse to be able to resolve the necessary classes/what jar contains the necessary package?