]
Peter Royle updated SEAMCRON-9:
-------------------------------
Status: Pull Request Sent (was: Reopened)
Git 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.0.0.Alpha2
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.