Thomas - Wanted to let you know that I resolved the issue in the following manner (but I still think this is a limitation):
I specified "user=sa password=sa" in the PROPERTIES of the WLS JDBC Datasource connection, rather than entering a password under the "Password" fields, which do get encrypted. It seems even HSQLDB has a problem with the way WLS encrypts the password. Thanks. On Sep 29, 10:39 am, Chris <[email protected]> wrote: > Thomas, > > Do you think I need to change the encryption settings on the H2 > database itself? > > Thanks. > > On Sep 27, 10:31 am, Thomas Mueller <[email protected]> > wrote: > > > Hi, > > > > When my deployed ear attempts to connect to H2 via this JDBC > > > datasource connection, I am receiving a SQLException with "Wrong > > > username/password". > > > What is your database URL? A common problem is using a 'relative > > database path' such as jdbc:h2:test and not an 'absolute path' such as > > jdbc:h2:/data/test. See also: > > >http://www.h2database.com/html/faq.html#database_fileshttp://www.h2da... > > > Regards, > > Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
