Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0, 2.2.0
-
None
Description
When running on DB2 and we encounter an expected exception we spend a measurable amount of time calling back to the DB to get extended exception text[1]. With this JIRA I'm going to make this behavior configurable.
[1] org.apache.openjpa.jdbc.sql.DB2Dictionary.appendExtendedExceptionMsg(...)
Attachments
Issue Links
- is related to
-
OPENJPA-184 use DB2 Diagnostic interface to report extended error diagnostics on SQL Exception
- Closed
Committed revision 1097826 to trunk. This includes a new DB2 specific property and documentation for the property.