Re: Connection validation, auto reconnect FIXED

2012-12-20 Thread JR Ruggentaler
The ERXDatabaseContextDelegate class method databaseContextShouldHandleDatabaseException(EODatabaseContext databaseContext, Throwable throwable) only reconnects to the database if the exception message contains the string _obtainOpenChannel. The string looks like something from the early

Re: Connection validation, auto reconnect FIXED

2012-12-20 Thread Chuck Hill
See https://github.com/projectwonder/wonder/wiki/Creating-and-submitting-an-acceptable-patch On 2012-12-20, at 8:14 AM, JR Ruggentaler wrote: The ERXDatabaseContextDelegate class method databaseContextShouldHandleDatabaseException(EODatabaseContext databaseContext, Throwable throwable)