[
https://jira.jboss.org/jira/browse/JBESB-1947?page=com.atlassian.jira.plu...
]
Daniel Bevenius closed JBESB-1947.
----------------------------------
Resolution: Done
Committed to JBESB_4_4_GA_CP with revision 21606
huge-split-enrich-transform-route quickstart
NoClassDefFoundException org/quartz/SchedulerException
----------------------------------------------------------------------------------------------------
Key: JBESB-1947
URL:
https://jira.jboss.org/jira/browse/JBESB-1947
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.4 CP1
When running 'ant 01_split_enrich_transform_route' I get the following
execption:
11:54:50,027 INFO [AbstractFileGateway] No value specified for: max-millis-for-response
- This will be an 'inbound-only' gateway
[java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/quartz/SchedulerException
[java] at
org.jboss.soa.esb.listeners.config.ScheduleProviderFactory.createInstance(ScheduleProviderFactory.java:56)
[java] at
org.jboss.soa.esb.listeners.config.ConfigurationController.startController(ConfigurationController.java:362)
[java] at
org.jboss.soa.esb.listeners.config.ConfigurationController.startController(ConfigurationController.java:354)
[java] at
org.jboss.soa.esb.listeners.config.ConfigurationController.processConfiguration(ConfigurationController.java:328)
Adding the quartz.jar to ../base_build.xml:
<path id="deployment-classpath">
....
<pathelement
location="${org.jboss.esb.server.server}/lib/jbossts-common.jar"/>
<pathelement
location="${org.jboss.esb.server.server}/lib/quartz.jar"/>
</path>
Resolves the issue and the quickstart works according to the README.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira