You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Robert Sfeir <ro...@codepuccino.com> on 2004/05/17 13:12:20 UTC

[Patch] Exception handling patches

Index: ConnectionFactoryPooledImpl.java
===================================================================
RCS file: /home/cvspublic/db-ojb/src/java/org/apache/ojb/broker/accesslayer/ConnectionFactoryPooledImpl.java,v
retrieving revision 1.10
diff -r1.10 ConnectionFactoryPooledImpl.java
211,217d210
<                 }
<                 catch (Exception t)
<                 {
<                     // ignored
<                 }
<                 try
<                 {
220c213
<                 catch (Exception t)
---
>                 catch (SQLException t)
222c215
<                     // ignored
---
>                     log.error("Either the statement or resultSet were already closed.", t);

Re: [Patch] Exception handling patches

Posted by Robert Sfeir <ro...@codepuccino.com>.
I was just going to ask, I saw some stuff fly through but wasn't 
entirely sure.  I'll get back on it later on tonight.

R
On May 23, 2004, at 12:53 PM, Brian McCallister wrote:

> On May 17, 2004, at 7:12 AM, Robert Sfeir wrote:
>
>> More to come, please someone check those in.
>
> Sure thing =) Checked in just now, with a couple minor changes. Thank 
> you!
>
> Jakob beat me to a couple of them.
>
> -Brian
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
>
Robert S. Sfeir
Technical Lead
HHS Portal
robert_sfeir@sra.com


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org


Re: [Patch] Exception handling patches

Posted by Brian McCallister <mc...@forthillcompany.com>.
On May 17, 2004, at 7:12 AM, Robert Sfeir wrote:

> More to come, please someone check those in.

Sure thing =) Checked in just now, with a couple minor changes. Thank 
you!

Jakob beat me to a couple of them.

-Brian



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org