Dear Dr. Rajiv,
There are two setting options for the installed H2 database. one is the server and the other is the embedded. For our class, should it be Embedded or a Server? (does it matter)
Your explanation points to server mode though.
Make sure that the H2 database writes to a file, as follows: Change the DB connection string in standalone.xml to something like jdbc: h2:tcp://localhost/path, where path is something like ~/
yourdb.
Please Clarify.
Thanks
Saranya