On 03/29/2011 01:48 PM, Thomas Mueller wrote:
Hi,

Are you sure you have used "jdbc:h2:memFS:test" for H2, and not
"jdbc:h2:mem:test"? (Please note memFS versus mem.) The prefix "memFS:" is
an in-memory file system, which keeps the data within the same process and
class loader, while the prefix "mem:" is an in-memory database, where the
data is lost when the last connection is closed.


Hi,

You pointed it, in some cases I made the mistake to use "mem" instead of "memFS". All tests pass now, thanks a lot and sorry for the inconvenience. All apologies.

Regards.
--
Pensez environnement : limitez l'impression de ce mail.
Please don't print this e-mail unless you really need to.

Reply via email to