Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 14656 invoked from network); 8 Aug 2010 02:52:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Aug 2010 02:52:42 -0000 Received: (qmail 46435 invoked by uid 500); 8 Aug 2010 02:52:42 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 46269 invoked by uid 500); 8 Aug 2010 02:52:40 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 46262 invoked by uid 99); 8 Aug 2010 02:52:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 02:52:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Aug 2010 02:52:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o782qGuq022884 for ; Sun, 8 Aug 2010 02:52:16 GMT Message-ID: <12969666.220781281235936555.JavaMail.jira@thor> Date: Sat, 7 Aug 2010 22:52:16 -0400 (EDT) From: "Gerhard Petracek (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Resolved: (EXTCDI-38) @ViewAccessScoped creates new conversation context each time it get's involked via GET In-Reply-To: <14563782.198981281104776506.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/EXTCDI-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-38. ------------------------------------ Fix Version/s: 1.0.0-SNAPSHOT Resolution: Invalid 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.