> Hi
>
> Has been Slide tested for cases when the database connection
> was dropped unexpectedly? For example, database crash...
>
> I've tried and it looks not so good. I mean, I had to restart
> the Tomcat
Well, if there is a problem with that, it should be easy to fix, since there
is a lot of code in there to handle that situation.
Looking at the code, I think a reconnect should happen in all cases (but, of
course, I could have missed something).
Can you translate "it looks not so good" into a stack trace (if you got one)
?
One problem that could be fixed is that Uri.parseUri (which will be called
if there are some connection problems) swallows exceptions. I think I'll add
some logging there.
Remy