I am not quite sure how schema works with H2DB but if I change the DB password in the application property file, then I got another error which mentioned that it failed on connection: ...ConnectionPoolDBCP - Unable to retrieve connection from connection pool org.h2.jdbc.JdbcSQLException: Wrong user name or password [28000-160]...
So I think the application connected to the same DB file which I used from console. The ConnectionPool-default.properties file has: cp.jdbcDriver=org.h2.Driver cp.jdbcUrl=jdbc:h2:h2db/xxxxx.h2db cp.jdbcUser=xxx cp.jdbcPassword=xxxxx What can I do to check the schema? Thanks, Arthur On Sep 19, 11:46 am, Rami Ojares <[email protected]> wrote: > First thing that comes to my mind is that your application might be in > another schema. > > - rami -- 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.
