Bug 1044774 - ER7 - Quartz Quikstart don't deploy - Cannot auto create component: Quartz
Summary: ER7 - Quartz Quikstart don't deploy - Cannot auto create component: Quartz
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples, SwitchYard
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER8
: 6.0.0
Assignee: kconner
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-19 00:03 UTC by Diógenes Rettori
Modified: 2015-08-02 23:46 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)

Description Diógenes Rettori 2013-12-19 00:03:57 UTC
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:

Comment 2 kconner 2013-12-19 01:12:12 UTC
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.

Comment 3 kconner 2013-12-19 15:06:50 UTC
This works on ER8 using the SY modularisation

Comment 4 Len DiMaggio 2014-01-03 20:47:23 UTC
Verified on ER8.


Note You need to log in before you can comment on or make changes to this bug.