5 Replies Latest reply on Dec 6, 2011 4:46 AM by immobilia

    org.jboss.mx.timer.JBossTimer

    boblepepeur

      Hi, i use jboss 6.0M5 with the jboss scheduler and javax.management.timer.Timer for timer service.

       

       

      My problem is that the one thread is bad for my cron application, so i have to replace the javax.management.timer.Timer by org.jboss.mx.timer.JBossTimer in the scheduler-service.xml file, but i think that in jboss 6.0M5, the class file does not exist....

       

      My console look like that :

      Caused by: java.lang.ClassNotFoundException: org.jboss.mx.timer.JBossTimer from BaseClassLoader@f49e0e{vfs:///home/boblepepeur/Developpement/usocome/jboss-6.0.0.20100911-M5/server/default/deploy/scheduler-service.xml}

       

      please help :-)