zhangjingl02 / activejdbc

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

Enhancement to view username+connection info that AcctiveJdbc is using to try to log in #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example, right now I am getting: java.sql.SQLException: ORA-01017: invalid 
username/password; logon denied

But I do not know which database AJ is trying to connect to.  It would be 
helpful to output this information inthe logs, currently the logs display: DB - 
Could not close connection: org.javalite.activejdbc.DBException: there is no 
connection 'default' on this thread, are you sure you opened it?

Original issue reported on code.google.com by kamilsk...@gmail.com on 9 Dec 2011 at 5:19

GoogleCodeExporter commented 9 years ago
this does nit seem feasible, as if connection is not available, there no 
information about that connection is also available. When configuring a 
"default" connection, you should have all data for that connection

Original comment by ipolevoy@gmail.com on 12 Mar 2012 at 8:15

GoogleCodeExporter commented 9 years ago
Thanks for looking into it!!!!

Original comment by kamilsk...@gmail.com on 13 Mar 2012 at 3:51