You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Anurag Shekhar (JIRA)" <de...@db.apache.org> on 2006/02/27 19:00:56 UTC

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

     [ http://issues.apache.org/jira/browse/DERBY-1061?page=all ]

Anurag Shekhar updated DERBY-1061:
----------------------------------

    Summary: while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage  (was: SqlException while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage)

> while fetching message results in recursive calls between SqlException.getSQLException and Sqlca.getJDBCMessage
> ---------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-1061
>          URL: http://issues.apache.org/jira/browse/DERBY-1061
>      Project: Derby
>         Type: Sub-task
>     Reporter: Anurag Shekhar
>     Assignee: Anurag Shekhar

>
> stored procedure is used to fetch localised message in net work client
> because of issue 1059 the call to the stored prcedures fails resulting in SqlException. When  SqlException.getSQLException, to set exceptionThrownOnStoredProcInvocation_, is called it again results in a call to SqlException.getMessage which call Sqlca.getJDBCMessage. 
> The cycle repeats and finally ends up with StackOverfilowError
> fixing 1059 will solve this problem temporarily but some other situaltion may cause it again.
> Isuggest seting SqlException itself to exceptionThrownOnStoredProcInvocation_ to break this loop.

-- 
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