Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 011257E79 for ; Thu, 14 Jul 2011 07:22:38 +0000 (UTC) Received: (qmail 45021 invoked by uid 500); 14 Jul 2011 07:22:36 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 44599 invoked by uid 500); 14 Jul 2011 07:22:28 -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 44305 invoked by uid 99); 14 Jul 2011 07:22:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 07:22:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2011 07:22:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 577C557123 for ; Thu, 14 Jul 2011 07:22:00 +0000 (UTC) Date: Thu, 14 Jul 2011 07:22:00 +0000 (UTC) From: "Gerhard Petracek (JIRA)" To: dev@myfaces.apache.org Message-ID: <1765944012.12592.1310628120355.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <140259939.12372.1310621161970.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (EXTCDI-207) implicit sub-groups for conversation groups 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-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-207. ------------------------------------- Resolution: Fixed Fix Version/s: 1.0.1 > implicit sub-groups for conversation groups > ------------------------------------------- > > Key: EXTCDI-207 > URL: https://issues.apache.org/jira/browse/EXTCDI-207 > Project: MyFaces CODI > Issue Type: New Feature > Components: JEE-JSF12-Module, JEE-JSF20-Module > Affects Versions: 1.0.0 > Reporter: Gerhard Petracek > Assignee: Gerhard Petracek > Fix For: 1.0.1 > > > we can also support implicit groups - e.g.: > public class MyGroup{} > @ConversationScoped > @ConversationGroup(MyGroup.class) > public class BeanA implements WizardA {} > @ConversationScoped > @ConversationGroup(MyGroup.class) > public class BeanB implements WizardA {} > @ConversationScoped > @ConversationGroup(MyGroup.class) > public class BeanC implements WizardB {} > @ConversationSubGroup(WizardA.class) > public class MySubGroup extends MyGroup {} > //... > this.windowContext.closeConversation(MySubGroup.class) > //... > since it isn't required to list all beans manually, it's easy and more expressive to create logical groups. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira