[cdi-dev] [JBoss JIRA] (CDI-215) Create temporary Conversation when method invoked from non-servlet request

hantsy bai (JIRA) jira-events at lists.jboss.org
Thu Aug 2 21:15:07 EDT 2012


    [ https://issues.jboss.org/browse/CDI-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709611#comment-12709611 ] 

hantsy bai commented on CDI-215:
--------------------------------

The conversation concept is tided with JSF in CDI 1.0 ...I also encountered problems when I used @Asynchronous method. I have complained this in the Seam3 forum before.

The scene was the following in my project.
1. user did some operations in the jsf page.
2. the backbean(annotated with @Stateful @Model) processed the request and called a @Asynchronous method from @Stateless bean to send email to user.

What I expected was the UI will response quickly, but it was blocked by the sending email.

I am not sure here is the right place to discuss this problem.
                
> Create temporary Conversation when method invoked from non-servlet request
> --------------------------------------------------------------------------
>
>                 Key: CDI-215
>                 URL: https://issues.jboss.org/browse/CDI-215
>             Project: CDI Specification Issues
>          Issue Type: Feature Request
>          Components: Contexts, Java EE integration
>            Reporter: Cody Lerum
>             Fix For: 1.1 (Proposed)
>
>
> Use case would be from an EJB 3.1 Timer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list