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?