You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/08/17 00:35:19 UTC

[jira] Created: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Tapestry should use SQLException.getNextException() to dig down to the "root cause"
-----------------------------------------------------------------------------------

                 Key: TAP5-1246
                 URL: https://issues.apache.org/jira/browse/TAP5-1246
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.2.1
            Reporter: Howard M. Lewis Ship


SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Updated: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1246:
---------------------------------------


This can be annoying, because the exception report stops short of where the really useful detail goes.

> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Closed: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1246.
--------------------------------------

    Fix Version/s: 5.2.1
       Resolution: Fixed

> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Commented: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899987#action_12899987 ] 

Hudson commented on TAP5-1246:
------------------------------

Integrated in tapestry-5.2-freestyle #174 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/174/])
    TAP5-1246: Tapestry should use SQLException.getNextException() to dig down to the "root cause"


> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Commented: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899987#action_12899987 ] 

Hudson commented on TAP5-1246:
------------------------------

Integrated in tapestry-5.2-freestyle #174 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/174/])
    TAP5-1246: Tapestry should use SQLException.getNextException() to dig down to the "root cause"


> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Assigned: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1246:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Updated: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1246:
---------------------------------------


This can be annoying, because the exception report stops short of where the really useful detail goes.

> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Assigned: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1246:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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


[jira] Closed: (TAP5-1246) Tapestry should use SQLException.getNextException() to dig down to the "root cause"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1246.
--------------------------------------

    Fix Version/s: 5.2.1
       Resolution: Fixed

> Tapestry should use SQLException.getNextException() to dig down to the "root cause"
> -----------------------------------------------------------------------------------
>
>                 Key: TAP5-1246
>                 URL: https://issues.apache.org/jira/browse/TAP5-1246
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> SQLException includes a nextException property, but often does not set the JDK   cause property. Tapestry should generalize, and use as the cause whatever property of type Throwable is not null.

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