jimwang19 / sutekishop

Automatically exported from code.google.com/p/sutekishop
0 stars 0 forks source link

Poor error handling when db connection fails #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change connection string so that DB connection will fail
2. Start application

What is the expected output? 

The application should display a clear error message explaining that the
connection string is invalid.

What do you see instead?

Infinite loop of exceptions and retrys. If the application is being run in
the WebDev server, it eventually crashes the server.

Original issue reported on code.google.com by mikehad...@googlemail.com on 28 Jun 2009 at 6:37

GoogleCodeExporter commented 8 years ago
Fixed with http://code.google.com/p/sutekishop/source/detail?r=357

Original comment by mikehad...@googlemail.com on 19 Jul 2009 at 10:18