On Aug 19, 9:30 pm, "Thomas Mueller" <[EMAIL PROTECTED]> wrote: > Hi, > > > Any chance org.h2.jdbcx.JdbcDataSource could have this method added? > > > setPassword(char[] password); > > Sure. I am not sure if some tools that use reflection would be > confused (they wouldn't know if 'password' is a String or char[] > field). See > alsohttp://java.sun.com/javase/technologies/desktop/javabeans/index.jsp > > What about setPasswordChars(char[] password)? > > Regards, > Thomas
Thomas, Thank you for adding this method. It is, however, throwing an exception back at me. Code before H2 2008-08-28 version (works with 2008-08-16 and 2008-08-28 versions): http://pastebin.com/f3de4aabe Code with H2 2008-08-28 version: http://pastebin.com/f312e79b2 And this is the Exception I am given with using the setPasswordChars(char[]) method: http://pastebin.com/f717d20e4 Hope you don't mind the pastebin links, just so much easier to look at code with color formatting applied. Clinton --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
