[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3797) ConversationInterceptor.aroundInvoke broken stacktrace
Norman Richards (JIRA)
jira-events at lists.jboss.org
Tue Jan 6 13:56:03 EST 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Norman Richards closed JBSEAM-3797.
-----------------------------------
Resolution: Won't Fix
I don't see any value in wrapping the exception here, and in an interceptor it could possibly confuse the callers. I'm going to close these. Feel free to re-open if you still think this is an issue.
> ConversationInterceptor.aroundInvoke broken stacktrace
> ------------------------------------------------------
>
> Key: JBSEAM-3797
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3797
> Project: Seam
> Issue Type: Bug
> Reporter: Francisco Jose Peredo Noguez
> Assignee: Norman Richards
> Fix For: 2.1.2.CR1
>
> Attachments: patch.txt
>
>
> catch (Exception e)
> {
> if ( isEndConversationRequired(e) )
> {
> endConversation(false, false);
> }
> throw e; //<---HERE!
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list