Hi, > When i run my App. i get this error : > org.h2.jdbc.JdbcSQLException: Falscher Benutzer Name oder Passwort > Wrong user name or password [28000-158] > > What do i do wrong ?
See the documentation of DbStarter. The default user name and password for the DbStarter is "sa" and "sa". I guess you didn't set a user name and password when creating the database, so you have to configure that in the context-param in the web.xml. 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.
