Treat link drop with JPA Hibernate bank timeout

Asked

Viewed 23 times

1

I need to treat fall link application with the bank in addition to keeping a low timeout, since the standard in my tests is 15 seconds.

Fault: Caused by: org.hibernate.Exception.Jdbcconnectionexception: Error Calling Driver#connect

I’ve tried the property

<property name="hibernate.connection.timeout" value="1"/> 

but I was unsuccessful.

INFO: HHH000046: Connection properties: {user=***, password=****, timeout=1}

What is the correct property or how to get around this problem?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.