3 Replies Latest reply on Feb 8, 2013 10:22 AM by miguelius

    configure quartz in Jboss as 7

    deryaaltuntas

      In JBoss 6, I configured quartz by copying quartz-service.xml and mysqlquartz-ds.xml  under deploy directory.

      In JBoss 7, it is a bit paintful.I used following paper.

       

      http://www.mastertheboss.com/jboss-quartz/quartz-2-tutorial-on-jboss-as-7/page-2

       

      I added quartz datasource as xa datasource from Jboss console uı. I add a paramater into standalone.bat

       

      -Dorg.quartz.properties=/home/quartz/quartz.properties

       

      But no success.Nothing is written to console.I think that I am not able to force server to use quartz.properties file to.