Re: resultset.first() untrappable error

Поиск
Список
Период
Сортировка
От kevin@mtel.co.uk (kevin)
Тема Re: resultset.first() untrappable error
Дата
Msg-id 6675f17.0308180602.752708@posting.google.com
обсуждение исходный текст
Ответ на resultset.first() untrappable error  (kevin@mtel.co.uk (kevin))
Ответы Re: resultset.first() untrappable error
Список 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 по дате отправления:

Предыдущее
От: Paul Thomas
Дата:
Сообщение: Re: patch: add a finalizer to AbstractJdbc1Statement
Следующее
От: kevin@mtel.co.uk (kevin)
Дата:
Сообщение: odd behaviour of prepared statement