I am using Quartz2 component for scheduling a route in blueprint. I want to
to inject a datasource to Quartz bean. I tried with following two different
options, however it did not worked.
<bean id="quart2"
class="org.apache.camel.component.quartz2.QuartzComponent">
<property name="properties">
<prop key="org.quartz.dataSource.quartzDataSource.jndiURL"
value="jdbc/postgresqlds"/>
</props>
</property>
</bean>
Appreciate if some thoughts/inputs to resolve this.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Quartz2-tp5777870.html
Sent from the Camel - Users mailing list archive at Nabble.com.