[seam-issues] [JBoss JIRA] Created: (SEAMCATCH-29) Descending traversal path not working as expected

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Wed Dec 15 07:14:54 EST 2010


Descending traversal path not working as expected
-------------------------------------------------

                 Key: SEAMCATCH-29
                 URL: https://issues.jboss.org/browse/SEAMCATCH-29
             Project: Seam Catch
          Issue Type: Bug
          Components: Core Implementation
    Affects Versions: Alpha2
            Reporter: Jozef Hartinger
            Assignee: Jason Porter
            Priority: Blocker
             Fix For: Alpha3


As far as I understand the docs, the descending traversal path does not seem to be implemented correctly. Having the following exception chain E1 -> E2 where E1 is caused by E2, the order of execution seems to be as follows:

1.) descending handler for E2
2.) descending handler for E1
3.) ascending handler for E2
4.) ascending handler for E1

which looks like as if the ascending traversal path has been executed twice instead of going to the root cause and back.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list