[weld-issues] [JBoss JIRA] (WELD-1070) WeldPhaseListener destroys conversation too soon
Bernard Labno (JIRA)
jira-events at lists.jboss.org
Wed Feb 22 08:23:36 EST 2012
Bernard Labno created WELD-1070:
-----------------------------------
Summary: WeldPhaseListener destroys conversation too soon
Key: WELD-1070
URL: https://issues.jboss.org/browse/WELD-1070
Project: Weld
Issue Type: Bug
Components: Conversations
Affects Versions: 1.1.4.Final
Environment: gentoo, java 1.6, AS7.1.0.Beta1, Seam 3.1.0.Final
Reporter: Bernard Labno
In JSF app when exception is thrown during RenderResponse phase then firstly there is a call to afterPhase and later to exception handlers.
WeldPhaseListener.afterPhase is invoked before error handler (Seam Catch in my case). My error handler wants to promote conversation to long-running and do redirect to error page, but conversation context is not active anymore now.
--
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 weld-issues
mailing list