Re: resultset.first() untrappable error - Mailing list pgsql-jdbc

From kevin@mtel.co.uk (kevin)
Subject Re: resultset.first() untrappable error
Date
Msg-id 6675f17.0308180602.752708@posting.google.com
Whole thread Raw
In response to resultset.first() untrappable error  (kevin@mtel.co.uk (kevin))
Responses Re: resultset.first() untrappable error
List 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

pgsql-jdbc by date:

Previous
From: Paul Thomas
Date:
Subject: Re: patch: add a finalizer to AbstractJdbc1Statement
Next
From: kevin@mtel.co.uk (kevin)
Date:
Subject: odd behaviour of prepared statement