[ http://issues.apache.org/jira/browse/DERBY-843?page=comments#action_12402427 ]
Kathey Marsden commented on DERBY-843: -------------------------------------- In DERBY-1219, deepa pointed out that for the scenario where both connection and statement are closed and an operation is performed on a closed statement we have: Embbedded: SQLSTATE: XJ012, Message: Statement Closed Client before DERBY-843 fix: SQLSTATE = null, message = Statement closed Client after DERBY-843 fix: SQLSTATE: 08003, Message: connection closed Should the client have been changed to match embedded in this case? > Internationalize messages in SectionManager to XaException in > org.apache.derby.client.am > ---------------------------------------------------------------------------------------- > > Key: DERBY-843 > URL: http://issues.apache.org/jira/browse/DERBY-843 > Project: Derby > Type: Sub-task > Components: Network Client > Reporter: David Van Couvering > Assignee: David Van Couvering > Attachments: DERBY-843-2.diff, DERBY-843.diff > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
