Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
DelegatingInvoker raises a false Cyclic dependency exception if after an execption occured in the delegate.
A trivial fix is to wrap the invokation of the delegate with a try-finally block resetting the "executing" flag.
Activity
Scott T Weaver
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | DelegatingInvoker.patch [ 12472 ] |
Scott T Weaver
made changes -
Attachment | DelegatingTest.patch [ 12473 ] |
Jörg Schaible
made changes -
Fix Version/s | 0.2 [ 11692 ] | |
Resolution | Fixed [ 1 ] | |
Assignee | Joerg Schaible [ joehni ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Can you provide also a unit test? There might be more to consider, than just eliminating the check.