Hide Forgot
Description of problem: Cannot deploy Quartz Quickstart on ER7. I have a feeling it has nothing to do with the Quickstart, but to the way the compoment is referenced on the switchyard.xml file... the node name is <quartz>. The quartz docs for switchyard says it it should be different... https://docs.jboss.org/author/display/SWITCHYARD/Quartz Version-Release number of selected component (if applicable): How reproducible: Easy, just run the quickstart and try deploying. Steps to Reproduce: 1. Start FSW (standalone.sh) 2. mvn clean install (with correct repos) 3. mvn jboss-as:deploy Actual results: Not deployed Expected results: Should deploy Additional info:
Caused by: java.lang.ClassCastException: org.quartz.simpl.CascadingClassLoadHelper cannot be cast to org.quartz.spi.ClassLoadHelper [Loaded org.quartz.spi.ClassLoadHelper from jar:file:/Users/kevin/FSW-ER7/jboss-eap-6.1/modules/system/layers/soa/com/opensymphony/quartz/main/quartz-1.8.5.jar!/] [Loaded org.quartz.simpl.CascadingClassLoadHelper from jar:file:/Users/kevin/FSW-ER7/jboss-eap-6.1/modules/system/layers/soa/com/opensymphony/quartz/main/quartz-1.8.5.jar!/] [Loaded org.quartz.spi.ClassLoadHelper from jar:file:/Users/kevin/FSW-ER7/jboss-eap-6.1/modules/system/layers/soa/org/quartz-scheduler/quartz/main/quartz-1.8.5.jar!/] This appears to be yet another problem caused by the drools modularisation.
This works on ER8 using the SY modularisation
Verified on ER8.