-
Enhancement
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
None
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
Currently when a thread's interrupted status is "true" and it calls java.sql.DataSource.getConnection() for a JCA datasource it receives this somewhat cryptic error message:
javax.resource.ResourceException: Interrupted while requesting permit! Waited 0 ms
We should improve this error message (or create a new one) so that the root cause can be more easily determined.
Note: we should not change the current behavior (i.e. throwing an exception) as it isn't technically a bug and it's possible that clients rely on this behavior. However, it could be changed in the next major release.
- relates to
-
JBJCA-721 Handle thread's interrupted status differently for call to java.sql.DataSource.getConnection()
-
- Closed
-