Implement javax.persistence.query.timeout

Description

None

relates to

Activity

Show:

Steve Ebersole March 21, 2011 at 7:08 PM

Bulk closing stale resolved issues

Scott Marlow February 23, 2010 at 1:34 AM

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

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created December 10, 2009 at 3:22 PM
Updated March 21, 2011 at 7:08 PM
Resolved February 23, 2010 at 1:34 AM