Characteristics: The aplicacion doesnt deploy or it fails suddenly when trying to use certainly JAR. The message ask for the JAR. Quartz in this case.
Situation: Using ANT as a compiler, MYBATIS 3.2.7, JDK 1.7.0_51, Struts, Eclipse Kepler, Windows 7, Jboss EAP 6.1
Possible solution: Open the WAR to see if in the WEB-INF/lib directory exists the JAR quartz.xxx.jar.
If not, the JAR is not being included, you could copy it manualy or add on the proper route in the proyect (Or include from Maven).