]
Peter Royle updated SEAMCRON-9:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 3.1.1
(was: 3.0.0.Alpha2)
Resolution: Done
Completed as per pull request
Should we expose exceptions during @Asynchronous via Future?
------------------------------------------------------------
Key: SEAMCRON-9
URL:
https://issues.jboss.org/browse/SEAMCRON-9
Project: Seam Cron
Issue Type: Enhancement
Reporter: Peter Royle
Assignee: Peter Royle
Priority: Minor
Labels: asynchronous, exception
Fix For: 3.1.1
When an @Asynchronous method returns a Future, in EJB it allows you to access exceptions
thrown by the @Asynchronous method via the returned Future object (EJB 3.1, 3.4.8). If
possible we should mimic this behaviour.