You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ERXJDBCConnectionBroker, getConnection() generates a runtime exception rather than returning null. This contradicts the documentation for getConnection(). Since the exception is unchecked, all attempts to get the connection will crash out the running thread if the max number of attempts are exceeded.
The text was updated successfully, but these errors were encountered:
In ERXJDBCConnectionBroker, getConnection() generates a runtime exception rather than returning null. This contradicts the documentation for getConnection(). Since the exception is unchecked, all attempts to get the connection will crash out the running thread if the max number of attempts are exceeded.
The text was updated successfully, but these errors were encountered: