1 Reply Latest reply on Jan 1, 2008 5:02 AM by jaikiran

    Quartz scheduler issue in hot deployment in JBoss

    javatechleadatsynechron

      Hi All,
      I am facing a weird problem in my J2EE app. I am using spring and springs quartz scheduler utility to schedule my jobs in web app. When ever i do nor mal deployment (cold deployment) every thing goes smooth. But if i redploy the ear while server is running (hot deployment) then scheduler bean doesnt get instantiate and my application doesnt get deployed.
      Anybody have an idea about what is happening?