Re: resultset.first() untrappable error

From: kevin(at)mtel(dot)co(dot)uk (kevin)
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: resultset.first() untrappable error
Date: 2003-08-18 14:02:39
Message-ID: 6675f17.0308180602.752708@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

bomb.

a call has been made to the jsp page defined isErrorPage=true with no
valid
Exception object.
exception==null

This only ever happened before when i'd got confused about frame pages
and jsp object refs.

this code has worked fine as far as i know until the code was ported
from 7.1x to 7.3.2. That might be a red herring, but the observable
diagnostic is that the tracing begins in my error within error
trapping in the jsp error page.

the code will jump straight to the error bypassing any code of the
form
if(rst.first()) {
// do something
}

HTH.
Kev

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Thomas 2003-08-18 14:04:48 Re: patch: add a finalizer to AbstractJdbc1Statement
Previous Message Oliver Jowett 2003-08-18 11:11:22 Re: patch: add a finalizer to AbstractJdbc1Statement