Make LocalDispatcher not dependent on javax.ejb.Timer
-----------------------------------------------------
Key: JBSEAM-1218
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1218
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 1.2.1.GA
Reporter: Michael Youngstrom
Priority: Minor
Fix For: 1.3.0.BETA1
I'm attempting to create a port of the @Asynchronous annotation for Spring.
(JBSEAM-1217) It would appear the correct way to do this would be to create a Spring
Dispatcher component that would override the core Dispatcher component. However, the
LocalDispatcher Interface is dependent on javax.ejb.Timer I can probably wrap my spring
dispatch implementation into the javax.ejb.Timer but it would be nice if a seam version of
javax.ejb.Timer were created so that the j2ee.jar would not be required for users who wish
to use @Asynchronous under a web container.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira