[jboss-jira] [JBoss JIRA] Commented: (JBAS-8294) Weld & Asynchronous servlets on JBoss 6.0 M2
Richard Taylor (JIRA)
jira-events at lists.jboss.org
Mon Nov 8 09:57:05 EST 2010
[ https://jira.jboss.org/browse/JBAS-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561900#action_12561900 ]
Richard Taylor commented on JBAS-8294:
--------------------------------------
Just like to add that I'm running into this as well. Writing an app that takes advantage of all of the new CDI goodness but I also want to take advantage of the new Async capabilities of Servlet 3.0.
> Weld & Asynchronous servlets on JBoss 6.0 M2
> --------------------------------------------
>
> Key: JBAS-8294
> URL: https://jira.jboss.org/browse/JBAS-8294
> Project: JBoss Application Server
> Issue Type: Bug
> Components: Weld/CDI
> Reporter: William Draï
> Assignee: Pete Muir
> Fix For: 6.0.0.CR1
>
>
> Weld seems to break asynchronous servlets 3 (new in JBossWeb). I think it's because the Weld/JBoss integration maps all requests to the ConversationPropagationFilter that is not marked async-supported .
> Strangely this filter is not applied to servlets implementing HttpEventServlet but it's probably a normal JBossWeb behaviour.
> Besides that I'm not in a JSF environment so I don't need this conversation propagation, is there any way to disable this filter ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list