Re: How to set decrypted db password for camel quartz component

2015-03-23 Thread Willem Jiang
and override the method createSchedulerFactory. Kind regards, Richard -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-decrypted-db-password-for-camel-quartz-component-tp5764559p5764628.html Sent from the Camel - Users mailing list archive

Re: How to set decrypted db password for camel quartz component

2015-03-23 Thread richardgroote
Hello, I'am not sure if this is possible on the QuartzComponent by default. But you could override the quartzcomponent it self and override the method createSchedulerFactory. Kind regards, Richard -- View this message in context: http://camel.465427.n5.nabble.com/How-to-set-decrypted-db

How to set decrypted db password for camel quartz component

2015-03-22 Thread Nishantha Pradeep
Hi All I am using camel quartz component with Oracle database to fetch and save schedulers. My database username and password are in property file and that property file is set for the component in following way, bean id=quartz class=org.apache.camel.component.quartz.QuartzComponent property