[
https://issues.apache.org/jira/browse/DERBY-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen updated DERBY-5760:
--------------------------------------
Attachment: d5760-1a.diff
Attaching a patch that makes the three incorrect callers use the helper method
instead. All the regression tests ran cleanly with the patch.
> Missing argument in some XJ022 errors
> -------------------------------------
>
> Key: DERBY-5760
> URL: https://issues.apache.org/jira/browse/DERBY-5760
> Project: Derby
> Issue Type: Bug
> Components: JDBC
> Affects Versions: 10.9.0.0
> Reporter: Knut Anders Hatlen
> Assignee: Knut Anders Hatlen
> Priority: Minor
> Attachments: d5760-1a.diff
>
>
> EmbedBlob and EmbedClob some times wrap IOExceptions in an SQLException with
> SQLState XJ022 (SQLState.SET_STREAM_FAILURE), but they don't always specify
> the message argument, so the error message ends up like this:
> java.sql.SQLException: Unable to set stream: '{0}'.
> (The detailed error message does appear in a chained exception, so it's not a
> very big problem, but it looks a bit odd.)
> I don't know of a way to expose these exceptions in a test. I just noticed it
> when I added some manual asserts to force a failure when investigating
> another issue.
> The fix should be simple: Use the helper method Util.setStreamFailure() that
> sets the message argument automatically.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira