[jboss-jira] [JBoss JIRA] Issue Comment Edited: (JBAS-8978) Complete async EJB invocation
David Lloyd (JIRA)
jira-events at lists.jboss.org
Fri Mar 18 11:26: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 edited comment on JBAS-8978 at 3/18/11 11:24 AM:
-------------------------------------------------------------
Initial implementation is here: https://github.com/dmlloyd/jboss-as/tree/JBAS-8978
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
was (Author: dmlloyd):
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