[
https://issues.apache.org/jira/browse/OWB-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13223673#comment-13223673
]
Mark Struberg commented on OWB-626:
-----------------------------------
Hi!
The old DebugPhaseListener had quite a few side effects and thus got disabled
in newer MyFaces version. If you upgrade to a more recent version you will not
see this bug anymore. You can also disable the DebugPhaseListener manually in
older MyFaces versions.
See http://myfaces.apache.org/core20/myfaces-impl/webconfig.html for all
available config params. You will need to set
<context-param>
<param-name>org.apache.myfaces.DEBUG_PHASE_LISTENER</param-name>
<param-value>false</param-value>
</context-param>
> Conversation Scope isn't accessible after RENDER_RESPONSE phase
> ---------------------------------------------------------------
>
> Key: OWB-626
> URL: https://issues.apache.org/jira/browse/OWB-626
> Project: OpenWebBeans
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.1.1
> Reporter: Thierry Robin
> Assignee: Mark Struberg
> Fix For: 1.2.0
>
> Attachments: OWB626ConversationPhaseListener.java
>
>
> In CDI 1.0, the Conversation Scope is normaly accessible from after
> RESTORE_VIEW phase in JSF, to the end of the Response.
> But It's not the case during the after phase(RENDER_RESPONSE) of any
> PhaseListener implementation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira