Anyone have any experience with JavaBlend 1.0? I am having problems handling case for invalid login. First time generates a DatabaseNotFoundException. This is good. Next time around, if login info is correct, I can login fine. However, if login info is again incorrect, I get a DatabaseOpenException: "Database dburl user: dbuser already open". The database object is null at this point so I cannot invoke db.close(). <br><br>Thanks<br>Tom