[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-04-11 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] Mike Matrigali updated DERBY-1061: -- Component: Network Client SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-03-12 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] Knut Anders Hatlen updated DERBY-1061: -- Attachment: derby-1061-david.diff derby-1061-david.stat I followed David's proposal, and it solved the problem for me. Attaching

[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-03-10 Thread Kristian Waagan (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] Kristian Waagan updated DERBY-1061: --- Attachment: JDBC4StackOverflowErrorReproduction.java derby-1061_2-unix.diff Had some problems applying diff on Linux, seems to be related

[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-03-09 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] Anurag Shekhar updated DERBY-1061: -- Attachment: derby-1061_2.diff In the catch block of getJDBCMessage of Sqlca changed the code to construct SQLException directly without first creating

[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-03-09 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] David Van Couvering updated DERBY-1061: --- Comment: was deleted SqlException while fetching message results in recursive calls between SqlException.getSQLException and

[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-03-01 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] Anurag Shekhar updated DERBY-1061: -- Attachment: derby-1061.diff Added a if in Sqlca.getJDBCMessage to check if exceptionThrownOnStoredProcInvocation_ is null if its not null it will mean

[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-03-01 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] Rick Hillegas updated DERBY-1061: - Attachment: derbyall_report.txt Hi Anurag, I applied this patch and ran derbyall. I saw 35 failed tests. Most of these are message formatting problems and

[jira] Updated: (DERBY-1061) SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage

2006-02-27 Thread Anurag Shekhar (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1061?page=all ] Anurag Shekhar updated DERBY-1061: -- Summary: SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage (was: while