Re: Seeking Advice Error Handling

2005-06-01 Thread Wendy Smoak
From: "Scott Purcell" <[EMAIL PROTECTED]> > I have created a site with a mysql database back-end, and full struts front end. I have a filter to > ensure the creation of some session app objects, and the site is pretty clean. > > But over the weekend, I found a problem that I am seeking advice from.

Re: Seeking Advice Error Handling

2005-06-01 Thread Mark Benussi
manager before displaying database functionality if you really want to. Original Message Follows From: Dakota Jack <[EMAIL PROTECTED]> Reply-To: Dakota Jack <[EMAIL PROTECTED]> To: Struts Users Mailing List Subject: Re: Seeking Advice Error Handling Date: Wed, 1 Jun 2005 07

Re: Seeking Advice Error Handling

2005-06-01 Thread Martin Gainty
From: "Scott Purcell" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 01, 2005 10:05 AM Subject: Seeking Advice Error Handling Hello, I have created a site with a mysql database back-end, and full struts front end. I have a filter to ensure the creation of some session app objec

RE: Seeking Advice Error Handling

2005-06-01 Thread gdeschen
t;[EMAIL PROTECTED]> 01/06/2005 10:21 AM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject RE: Seeking Advice Error Handling I am running Tomcat 5.5, and I am using a roll-your-own database pooling solution. Scott -Ori

Re: Seeking Advice Error Handling

2005-06-01 Thread Dakota Jack
Hi, Scott, Wherever you access the database and encounter the error is where the error should be handled. A rule-of-thumb I employ is to handle all errors as soon as possible and as near to the actual error as possible. I think that testing to see if your database is working is not a good idea.

RE: Seeking Advice Error Handling

2005-06-01 Thread Scott Purcell
I am running Tomcat 5.5, and I am using a roll-your-own database pooling solution. Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 9:18 AM To: Struts Users Mailing List Subject: Re: Seeking Advice Error Handling In what

Re: Seeking Advice Error Handling

2005-06-01 Thread gdeschen
In what application server is your application running? Do you have any connection pooling? - Glenn "Scott Purcell" <[EMAIL PROTECTED]> 01/06/2005 10:05 AM Please respond to "Struts Users Mailing List" To cc Subject Seeking Advice Error Handling Hello,

Seeking Advice Error Handling

2005-06-01 Thread Scott Purcell
Hello, I have created a site with a mysql database back-end, and full struts front end. I have a filter to ensure the creation of some session app objects, and the site is pretty clean. But over the weekend, I found a problem that I am seeking advice from. For some reason, the mysql database w