Skip to content

HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception [SPR-6038] #10707

@spring-projects-issues

Description

@spring-projects-issues

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

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions