Missing QuartzBatchJobLauncher
When I am running the Quartz sample, the class com.accenture.adsj.refapp.batch.launch.QuartzBatch JobLauncher can not be found in the released code base.
<bean id="tradeLauncher"
class="org.springframework.scheduling.quartz.JobDe tailBean">
<property name="jobClass" value="com.accenture.adsj.refapp.batch.launch.Quar tzBatchJobLauncher" />
<property name="jobDataAsMap">
<map>
<entry key="batchRoot" value="src/main/resources/testBatchRoot" />
<entry key="hostName" value="localhost" />
<entry key="jobName" value="tradeJob" />
<entry key="jobStream" value="testStream" />
<entry key="userName" value="robert.kasanicky" />
<entry key="jobRun" value="1" />
</map>
</property>
</bean>