Hi, When exactly do you get the messages "The connection was not closed by the application"?
> Closing the pool is only necessary for a clean shutdown of the database. Yes. So, do you close (dispose) the connection pool? > Actually, the jdbc driver is supposed to handle notifying the underlying pool > manager to recycle the connection. Yes, it does that. Recycled connection still referenced, and no error message should be logged. H2 should only log the error message if a connection is garbage collected. Regards, Thomas -- 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.
