-
Bug
-
Resolution: Done
-
Major
-
1.0.11.Final, 1.1.0.Alpha7
-
None
The Statement#setQueryTimeout in customer application cannot be enabled when the query-timeout set in datasource configuration.
The WrappedPreparedStatement#checkConfiguredQueryTimeout is called in the Statement#execute timing and the query-timeout value is set to the Statement#setQueryTimeout. Therefore, the setQueryTimeout value set by customer application before the Statement#execute does not become effective.
- is related to
-
JBPAPP-9237 Cannot enable setQueryTimeout when query-timeout set in datasource configuration
- Closed