You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2008/02/22 23:47:19 UTC

[jira] Created: (JCR-1413) [PATCH] retain exception stack traces

[PATCH] retain exception stack traces
-------------------------------------

                 Key: JCR-1413
                 URL: https://issues.apache.org/jira/browse/JCR-1413
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
    Affects Versions: core 1.4.1
            Reporter: Dave Brosius
            Priority: Minor
             Fix For: core 1.4.2
         Attachments: retain_stack_traces.patch

Code catches one exception, and throws another, losing the stack trace information of the causal exception. This makes it more difficult to understand what happened when an exception occurs. This patch retains all stack traces that occur that causes a thrown exception.

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


[jira] Updated: (JCR-1413) [PATCH] retain exception stack traces

Posted by "Dave Brosius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brosius updated JCR-1413:
------------------------------

    Attachment: retain_stack_traces.patch

> [PATCH] retain exception stack traces
> -------------------------------------
>
>                 Key: JCR-1413
>                 URL: https://issues.apache.org/jira/browse/JCR-1413
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: core 1.4.1
>            Reporter: Dave Brosius
>            Priority: Minor
>             Fix For: core 1.4.2
>
>         Attachments: retain_stack_traces.patch
>
>
> Code catches one exception, and throws another, losing the stack trace information of the causal exception. This makes it more difficult to understand what happened when an exception occurs. This patch retains all stack traces that occur that causes a thrown exception.

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


[jira] Updated: (JCR-1413) [PATCH] retain exception stack traces

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1413:
-------------------------------

    Affects Version/s:     (was: core 1.4.1)
        Fix Version/s:     (was: core 1.4.2)
                       1.5

> [PATCH] retain exception stack traces
> -------------------------------------
>
>                 Key: JCR-1413
>                 URL: https://issues.apache.org/jira/browse/JCR-1413
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Dave Brosius
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: retain_stack_traces.patch
>
>
> Code catches one exception, and throws another, losing the stack trace information of the causal exception. This makes it more difficult to understand what happened when an exception occurs. This patch retains all stack traces that occur that causes a thrown exception.

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


[jira] Resolved: (JCR-1413) [PATCH] retain exception stack traces

Posted by "Stefan Guggisberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Guggisberg resolved JCR-1413.
------------------------------------

    Resolution: Fixed

patch committed in r630382

thanks!

> [PATCH] retain exception stack traces
> -------------------------------------
>
>                 Key: JCR-1413
>                 URL: https://issues.apache.org/jira/browse/JCR-1413
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: core 1.4.1
>            Reporter: Dave Brosius
>            Priority: Minor
>             Fix For: core 1.4.2
>
>         Attachments: retain_stack_traces.patch
>
>
> Code catches one exception, and throws another, losing the stack trace information of the causal exception. This makes it more difficult to understand what happened when an exception occurs. This patch retains all stack traces that occur that causes a thrown exception.

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