Dialect specific (via sql state) determination of when the QueryTimeoutException has occurred is contained in SQLStateConverter.convert(). Deprecated "org.hibernate.timeout" (instead use "javax.persistence.query.timeout" which is in milliseconds instead of seconds).
Scott Marlow February 19, 2010 at 8:36 PM
ignore my previous comment, I confused this with locking pessimistic timeout, which it is not.
Scott Marlow February 17, 2010 at 6:25 PM
I previously added a query based test to LockTest. We should also add a javax.persistence.query.timeout test to LockTest for this jira.
As far as remaining work goes for this jira, please comment if you know of anything.
Steve Ebersole February 1, 2010 at 7:12 PM
Partially fixed by HHH-4651, which pulls the timeout from EMF to the EM during instantiation
Bulk closing stale resolved issues