I have several asynchronous jobs that I would like to transparently handle the exception for. I’d like to put the exception handling logic in another component / class. With Seam 2, I extended an exception handler class.
For instance, I’d like to raise an event with the exception in it so that I can have several components act on it as they see fit. The most common one is one that notifies administrators.
Thanks,
Walter
Here is an example from Part Three: New Features in EJB 3.1 that you can probably adapt:
If you have a specific problem, please ask a more specific question 🙂
See also
Future<V>Interface