[
https://issues.apache.org/jira/browse/JCR-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Guggisberg updated JCR-1246:
-----------------------------------
Fix Version/s: 1.4
Affects Version/s: 1.3
1.3.1
1.3.3
> 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
> Affects Versions: 1.3, 1.3.1, 1.3.3
> Environment: Windows XP x64
> Reporter: Esteban Franqueiro
> Assignee: Stefan Guggisberg
> Fix For: 1.4
>
>
> 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.