-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
steveneo opened SPR-6038 and commented
When system start up, it throw Unexpected token: FOR in statement " exception. More detail at http://forums.opensymphony.com/thread.jspa?threadID=5193&messageID=18002#18002
The configuration looks like:
<bean id="scheduler" class="com.edgenius.wiki.service.impl.SchedulerFactoryBean">
<property name="applicationContextSchedulerContextKey">
<value>applicationContext</value>
</property>
<property name="quartzProperties">
<props>
<prop key="org.quartz.jobStore.class">org.springframework.scheduling.quartz.LocalDataSourceJobStore</prop>
<prop key="org.quartz.jobStore.driverDelegateClass">org.quartz.impl.jdbcjobstore.HSQLDBDelegate</prop>
<prop key="org.quartz.jobStore.tablePrefix">QRTZ_</prop>
</props>
</property>
<property name="dataSource">
<ref bean="quartzDataSource" />
</property>
</bean>
Affects: 2.5.5
Reference URL: http://forums.opensymphony.com/thread.jspa?threadID=5193&messageID=18002#18002
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement