[
https://issues.apache.org/jira/browse/EXTCDI-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896310#action_12896310
]
Gerhard Petracek edited comment on EXTCDI-38 at 8/8/10 2:00 AM:
----------------------------------------------------------------
the original issue isn't valid (at least we have to encode action urls -> we
need a window context in any case). i'll create 2 new jira issues for the last
valid comments.
was (Author: gpetracek):
the original issue isn't valid. i'll create 2 new jira issues for the last
valid comments.
> @ViewAccessScoped creates new conversation context each time it get's
> involked via GET
> --------------------------------------------------------------------------------------
>
> Key: EXTCDI-38
> URL: https://issues.apache.org/jira/browse/EXTCDI-38
> Project: MyFaces CODI
> Issue Type: Bug
> Components: JEE-JSF12-Module, JEE-JSF20-Module
> Affects Versions: 1.0.0-SNAPSHOT
> Reporter: Mark Struberg
> Fix For: 1.0.0-SNAPSHOT
>
>
> When a page gets invoked via a direct GET, I get the following Exception
> pretty quickly while testing with jmeter:
> java.lang.RuntimeException: Too many active Windows/Tabs have been opened!
> Please continue with one of the existing windows or wait up to 60 minutes.
> at
> org.apache.myfaces.extensions.cdi.javaee.jsf.impl.util.ExceptionUtils.tooManyOpenWindowException(ExceptionUtils.java:28)
> at
> org.apache.myfaces.extensions.cdi.javaee.jsf.impl.scope.conversation.DefaultWindowContextManager.createNewWindowContextId(DefaultWindowContextManager.java:227)
> at
> org.apache.myfaces.extensions.cdi.javaee.jsf.impl.scope.conversation.DefaultWindowContextManager.getCurrentWindowContext(DefaultWindowContextManager.java:207)
> My page is a typical search page which is @ViewScoped, so no context handling
> is needed at all in this case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.