FYI- There are many places in the code (> 60 times) where we try/catch, and do not throw. To make matters worse, we only create a log statement when debug is on. I’m in the process of changing the log.debug() to log.warn() so there will be a better indication of any problems. In the few cases where it makes sense to use log.debug(), we can easily change them back as needed.
Kevin Ross