![]() Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
lolo4j (lolocohen) has been working on this issue since May 06, 2013 (08:04)
This issue is blocking the next release
There are no comments
There is nothing attached to this issue
This issue has no duplicates
There are no code checkins for this issue |
|||||||||||||||||||||||||||||
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
In the meantime, a possible approach to accomplishing with user-defined code:
1. define an interface ErrorHolder:
2. have the tasks implement this interface so they can hold a reference to the error information
3. In the NodeLifeCycle implementation, capture any error that occurs in the implemented methods
4. In the jobEnded() method iterate over the completed tasks until one is found which implements ErrorHolder. If one is found, call setErrorInfo() and then clear the error from the NodeLifeCycle.
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?