Hi,
I wish to know how do you manage your jdbc connection with jena when you use a database persistence (i use RDB).
The problem is that my connection to MySQL Server expire after 8h (wait_timeout).
ive tried many things with options with datasource (dbcp, c3p0,...), but i ive always the timeout exception.
do you close your connection each time after you use the ontModel ? (to create a new connection each time and don't have timeout)
thank you
Clément