[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2280) Include the ability to use @Asynchronous with @Observer

Damian Harvey (JIRA) jira-events at lists.jboss.org
Wed Nov 21 06:39:33 EST 2007


Include the ability to use @Asynchronous with @Observer
-------------------------------------------------------

                 Key: JBSEAM-2280
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2280
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Async
         Environment: Mac OSX, Jboss 4.2.1
            Reporter: Damian Harvey


@Asynchronous and @Observer cannot be used in conjunction in the current release. It results in the following error:

Caused by: java.lang.NoSuchMethodException: java.util.ArrayList.rebuildTradeRoute()
	at java.lang.Class.getMethod(Class.java:1581)
	at org.jboss.seam.async.AsynchronousInvocation.call(AsynchronousInvocation.java:45)	

Events.raiseAsynchronousEvent is an option but using annotations is cleaner.

Cheers,

Damian.

-- 
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

        



More information about the seam-issues mailing list