Hi, Could you check that a database file is actually created and used at the defined location? The database file name is <current user home directory>/testapp.h2.db if you are using jdbc:h2:~/testapp
Regards, Thomas On Thu, Apr 11, 2013 at 6:40 PM, Les Hartzman <[email protected]> wrote: > The URL is set in a properties file so it odd consistently using the right > location. Even if I were manually looking in the wrong spout, the app > should be getting the data. > > I'm using @Transactional which should be causing the data to be committed; > it works for MySQL. An I misunderstanding the function of @Transactional? > > Les > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
