[jira] Created: (OFBIZ-1016) Tunnel-Exceptions simplification

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-1016) Tunnel-Exceptions simplification

Nicolas Malin (Jira)
Tunnel-Exceptions simplification
--------------------------------

                 Key: OFBIZ-1016
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1016
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
         Environment: WinXP
            Reporter: Karl Eilebrecht
            Priority: Minor
             Fix For: SVN trunk
         Attachments: patch9648.patch

This issue is part of Key-Work Ofbiz Contribution Proposal.
http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal

Based on Release: 540035
Includes:         -
Required:         -
Recommended:      -
Classes:          WrappingException.java,  WrappingRuntimeException,
                  WrappingGenericEntityException
Description:      These classes were introduced to have a standard way of
                  exception tunneling.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1016) Tunnel-Exceptions simplification

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Eilebrecht updated OFBIZ-1016:
-----------------------------------

    Attachment: patch9648.patch

> Tunnel-Exceptions simplification
> --------------------------------
>
>                 Key: OFBIZ-1016
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1016
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Karl Eilebrecht
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9648.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          WrappingException.java,  WrappingRuntimeException,
>                   WrappingGenericEntityException
> Description:      These classes were introduced to have a standard way of
>                   exception tunneling.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1016) Tunnel-Exceptions simplification

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572317#action_12572317 ]

Si Chen commented on OFBIZ-1016:
--------------------------------

I was interested in OFBIZ-1029 which depends on this.  This seems just to be a few new classes.

> Tunnel-Exceptions simplification
> --------------------------------
>
>                 Key: OFBIZ-1016
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1016
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Karl Eilebrecht
>            Assignee: Si Chen
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9648.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          WrappingException.java,  WrappingRuntimeException,
>                   WrappingGenericEntityException
> Description:      These classes were introduced to have a standard way of
>                   exception tunneling.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-1016) Tunnel-Exceptions simplification

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Si Chen reassigned OFBIZ-1016:
------------------------------

    Assignee: Si Chen

> Tunnel-Exceptions simplification
> --------------------------------
>
>                 Key: OFBIZ-1016
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1016
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Karl Eilebrecht
>            Assignee: Si Chen
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9648.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          WrappingException.java,  WrappingRuntimeException,
>                   WrappingGenericEntityException
> Description:      These classes were introduced to have a standard way of
>                   exception tunneling.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1016) Tunnel-Exceptions simplification

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572327#action_12572327 ]

David E. Jones commented on OFBIZ-1016:
---------------------------------------

Please review this carefully before applying. OFBiz already has generic "tunneling" exception classes, namely the GeneralException plus one in more of the components, like the GenericEntityException and the GenericServiceException.

Whatever is done should be based on and extend that pattern, rather than having two sets of classes that fill this need.

> Tunnel-Exceptions simplification
> --------------------------------
>
>                 Key: OFBIZ-1016
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1016
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Karl Eilebrecht
>            Assignee: Si Chen
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9648.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          WrappingException.java,  WrappingRuntimeException,
>                   WrappingGenericEntityException
> Description:      These classes were introduced to have a standard way of
>                   exception tunneling.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1016) Tunnel-Exceptions simplification

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Eilebrecht updated OFBIZ-1016:
-----------------------------------

    Attachment: patch9648.patch

> Tunnel-Exceptions simplification
> --------------------------------
>
>                 Key: OFBIZ-1016
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1016
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Karl Eilebrecht
>            Assignee: Si Chen
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9648.patch, patch9648.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          WrappingException.java,  WrappingRuntimeException,
>                   WrappingGenericEntityException
> Description:      These classes were introduced to have a standard way of
>                   exception tunneling.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1016) Tunnel-Exceptions simplification

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Eilebrecht updated OFBIZ-1016:
-----------------------------------

    Attachment:     (was: patch9648.patch)

> Tunnel-Exceptions simplification
> --------------------------------
>
>                 Key: OFBIZ-1016
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1016
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>         Environment: WinXP
>            Reporter: Karl Eilebrecht
>            Assignee: Si Chen
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: patch9648.patch
>
>
> This issue is part of Key-Work Ofbiz Contribution Proposal.
> http://docs.ofbiz.org/display/OFBIZ/Key-Work+Ofbiz+Contribution+Proposal
> Based on Release: 540035
> Includes:         -
> Required:         -
> Recommended:      -
> Classes:          WrappingException.java,  WrappingRuntimeException,
>                   WrappingGenericEntityException
> Description:      These classes were introduced to have a standard way of
>                   exception tunneling.

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