[jira] Commented: (DERBY-1629) StandardException.unexpectedUserException() does not correctly catch internally generated exceptions as of JDK 1.6

2006-08-04 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1629?page=comments#action_12425860 ] David Van Couvering commented on DERBY-1629: Committed Myrna's patch, revision 428887 StandardException.unexpectedUserException() does not correctly

[jira] Commented: (DERBY-1629) StandardException.unexpectedUserException() does not correctly catch internally generated exceptions as of JDK 1.6

2006-08-02 Thread Rick Hillegas (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1629?page=comments#action_12425281 ] Rick Hillegas commented on DERBY-1629: -- Here are various ways to tackle this problem: 1) We could create a parallel universe of SQLException subclasses,

[jira] Commented: (DERBY-1629) StandardException.unexpectedUserException() does not correctly catch internally generated exceptions as of JDK 1.6

2006-08-02 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1629?page=comments#action_12425296 ] David Van Couvering commented on DERBY-1629: Thanks for your thoughts, Rick. It seems to me that for (3) if a user set a Derby exception as a cause,

[jira] Commented: (DERBY-1629) StandardException.unexpectedUserException() does not correctly catch internally generated exceptions as of JDK 1.6

2006-08-02 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1629?page=comments#action_12425349 ] Daniel John Debrunner commented on DERBY-1629: -- Can the summary of this bug be changed to reflect the impact on/change to/incorect behavaiour an

[jira] Commented: (DERBY-1629) StandardException.unexpectedUserException() does not correctly catch internally generated exceptions as of JDK 1.6

2006-08-02 Thread Daniel John Debrunner (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1629?page=comments#action_12425354 ] Daniel John Debrunner commented on DERBY-1629: -- I think it's also worth re-validating the requirements, some of the assumptions about that method are

[jira] Commented: (DERBY-1629) StandardException.unexpectedUserException() does not correctly catch internally generated exceptions as of JDK 1.6

2006-08-02 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1629?page=comments#action_12425356 ] David Van Couvering commented on DERBY-1629: I think what you described is in the SQL spec is not what is happening in this code right now, and should

[jira] Commented: (DERBY-1629) StandardException.unexpectedUserException() does not correctly catch internally generated exceptions as of JDK 1.6

2006-08-02 Thread David Van Couvering (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1629?page=comments#action_12425365 ] David Van Couvering commented on DERBY-1629: Added a comment to the procedureInTrigger.sql script and fixed the main master file. Also added a master