[esb-issues] [JBoss JIRA] Work started: (JBESB-1947) huge-split-enrich-transform-route quickstart NoClassDefFoundException org/quartz/SchedulerException

Daniel Bevenius (JIRA) jira-events at lists.jboss.org
Mon Aug 18 09:45:31 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBESB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on JBESB-1947 started by Daniel Bevenius.

>  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

        



More information about the esb-issues mailing list