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

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to