[jboss-jira] [JBoss JIRA] Commented: (JBAS-8978) Complete async EJB invocation
David Lloyd (JIRA)
jira-events at lists.jboss.org
Thu Mar 17 21:00:45 EDT 2011
[ https://issues.jboss.org/browse/JBAS-8978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588768#comment-12588768 ]
David Lloyd commented on JBAS-8978:
-----------------------------------
Initial implementation is here: https://github.com/dmlloyd/jboss-as/tree/JBAS-8979
Remaining tasks:
# Establish per-method client interceptors
# Identify async methods by annotation, return type etc. and add to the component async method set
# Add appropriate async interceptor to client interceptors corresponding to async methods
# Implement SessionContext.wasCancelCalled() by inspecting CancellationFlag.class private data attachment from invocation context
> Complete async EJB invocation
> -----------------------------
>
> Key: JBAS-8978
> URL: https://issues.jboss.org/browse/JBAS-8978
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: David Lloyd
> Fix For: 7.0.0.Beta2
>
>
> Integrate the interceptor; test with cancellation; handle @Asynchronous annotation as well as any descriptor stuff
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list