All - I am trying to use H2 as a JDBC datasource through Weblogic.

When my deployed ear attempts to connect to H2 via this JDBC
datasource connection, I am receiving a SQLException with "Wrong
username/password".

When I setup the datasource, I have specified both *no password* and a
password of "sa".

Once Weblogic tests this connection, which is successful, I am no
longer able to login to the H2 database via the user console ("Wrong
username/password").

I haven't quite figured out what is going on here; is Weblogic
*changing* the password to the database to its encrypted form?  If so,
how can I figure out what the encrypted password is?

Has anyone experienced this issue in the past?

For reference, I follow the same procedures for hooking my JDBC
datasource to HSQLDB without issue.

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to