[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3797) ConversationInterceptor.aroundInvoke broken stacktrace

Francisco Jose Peredo Noguez (JIRA) jira-events at lists.jboss.org
Thu Dec 4 21:30:46 EST 2008


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


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