I found out what the problem was. It appears that the H2 in memory database starts and stops each time a new connection is opened and closed. The spring session factory creator was opening a...
Type: Posts; User: johnnyleitrim; Keyword(s):
I found out what the problem was. It appears that the H2 in memory database starts and stops each time a new connection is opened and closed. The spring session factory creator was opening a...
Hi,
I've used hibernate for a while, but am new to integrating it into spring beans. I have a context XML file (as below). The hibernate properties specified are the same as I use in my...