In DatabasePersistenceManager.store(), if the exception is null or its cause is 
not an SQLException, then the PM keeps looping forever
--------------------------------------------------------------------------------------------------------------------------------------

                 Key: JCR-1246
                 URL: https://issues.apache.org/jira/browse/JCR-1246
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-core
         Environment: Windows XP x64
            Reporter: Esteban Franqueiro


In the line
if (ise != null && ise.getCause() instanceof SQLException && --trials > 0) {
if one of the first two checks fails, the shortcircuit doesn't decrement trials.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to