[
https://issues.apache.org/jira/browse/CAMEL-12875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646298#comment-16646298
]
Karthi commented on CAMEL-12875:
--------------------------------
No actually this is an issue. I raised it because of that. If i implement that
property its not accepting getting below error . But this property is available
in
[http://www.quartz-scheduler.org/documentation/quartz-2.x/configuration/ConfigDataSources.html]
Caused by: java.lang.NoSuchMethodException: No setter for property
'idleConnectionValidationSeconds'
at
org.quartz.impl.StdSchedulerFactory.setBeanProps(StdSchedulerFactory.java:1447)
at
org.quartz.impl.StdSchedulerFactory.populateProviderWithExtraProps(StdSchedulerFactory.java:1405)
at
org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:1040)
... 46 common frames omitted
> Quartz2- Releasing Idle connections
> ------------------------------------
>
> Key: CAMEL-12875
> URL: https://issues.apache.org/jira/browse/CAMEL-12875
> Project: Camel
> Issue Type: Bug
> Components: camel-quartz2
> Affects Versions: 2.21.0
> Reporter: Karthi
> Priority: Critical
> Fix For: 2.21.0
>
>
> Hi team,
> We are using quartz2 implementations with
> "org.quartz.impl.jdbcjobstore.PostgreSQLDelegate". We wanted to release test
> idle connections.
> We tried this property
> "org.quartz.dataSource.NAME.idleConnectionValidationSeconds" in
> quartz.properties files.
> But its not working in this version.Not even considering this property.after
> some seconds still idle connections are persist.
> How to implement this feature.Are this available in later versions ?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)