Did you receive an error when you did this?  What container are you
deploying to?

On Thu, Feb 18, 2016 at 12:54 PM dpravin <pravin.deshm...@gmail.com> wrote:

> 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.
>

Reply via email to