]
Peter Royle closed SEAMCRON-14.
-------------------------------
Resolution: Won't Fix
Solder is not longer a thing
Push @Asynchronous annotation into Solder
-----------------------------------------
Key: SEAMCRON-14
URL:
https://issues.jboss.org/browse/SEAMCRON-14
Project: Seam Cron
Issue Type: Task
Reporter: Peter Royle
Assignee: Peter Royle
Fix For: 3.0.0.Alpha2
The reason being that Cron will be one method of dispatching a method anychronously, but
Seam JMS might be another way.
By Dan:
"
To be forward thinking, we should put the @Asynchronous annotation (and related) and the
dispatcher interface in Solder so that we can have different providers. For instance, Seam
JMS could alternatively be used to execute the method over JMS to provide guaranteed
execution instead of Seam Cron's default thread pool approach.
You can use similar functionality from Seam 2 as a reference:
http://anonsvn.jboss.org/repos/seam/branches/community/Seam_2_3/src/main/...
"