Re: J2CA logging/exception handling around SQLException

2004-09-17 Thread David Jencks
On Sep 16, 2004, at 3:49 PM, David Blevins wrote: So I'm in the process of cleaning up the OpenEJB itest output as it spits out an excessive amount of stack traces. The exceptions are just SQLExceptions that are being thrown as business method app exceptions. Seems any exceptions (e.g.

Re: J2CA logging/exception handling around SQLException

2004-09-17 Thread David Blevins
On Thu, Sep 16, 2004 at 04:14:29PM -0700, David Jencks wrote: On Sep 16, 2004, at 3:49 PM, David Blevins wrote: So I'm in the process of cleaning up the OpenEJB itest output as it spits out an excessive amount of stack traces. The exceptions are just SQLExceptions that are being thrown as

Re: J2CA logging/exception handling around SQLException

2004-09-17 Thread David Jencks
OK, so I implemented the framework and entered a tracking issue http://nagoya.apache.org/jira/browse/GERONIMO-306 thanks david jencks On Sep 16, 2004, at 4:53 PM, David Blevins wrote: On Thu, Sep 16, 2004 at 04:14:29PM -0700, David Jencks wrote: On Sep 16, 2004, at 3:49 PM, David Blevins wrote: So

J2CA logging/exception handling around SQLException

2004-09-16 Thread David Blevins
So I'm in the process of cleaning up the OpenEJB itest output as it spits out an excessive amount of stack traces. The exceptions are just SQLExceptions that are being thrown as business method app exceptions. Seems any exceptions (e.g. SQLException) thrown from an RA is being logged on INFO by