Return-Path: X-Original-To: apmail-openwebbeans-commits-archive@www.apache.org Delivered-To: apmail-openwebbeans-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 313E810C9B for ; Sat, 26 Oct 2013 20:24:19 +0000 (UTC) Received: (qmail 50260 invoked by uid 500); 26 Oct 2013 20:24:18 -0000 Delivered-To: apmail-openwebbeans-commits-archive@openwebbeans.apache.org Received: (qmail 50216 invoked by uid 500); 26 Oct 2013 20:24:15 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 50208 invoked by uid 99); 26 Oct 2013 20:24:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Oct 2013 20:24:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Oct 2013 20:24:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 59F022388980; Sat, 26 Oct 2013 20:23:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1536034 - /openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/component/ConversationBean.java Date: Sat, 26 Oct 2013 20:23:49 -0000 To: commits@openwebbeans.apache.org From: tandraschko@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131026202349.59F022388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tandraschko Date: Sat Oct 26 20:23:48 2013 New Revision: 1536034 URL: http://svn.apache.org/r1536034 Log: #OWB-909 Modified: openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/component/ConversationBean.java Modified: openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/component/ConversationBean.java URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/component/ConversationBean.java?rev=1536034&r1=1536033&r2=1536034&view=diff ============================================================================== --- openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/component/ConversationBean.java (original) +++ openwebbeans/trunk/webbeans-impl/src/main/java/org/apache/webbeans/component/ConversationBean.java Sat Oct 26 20:23:48 2013 @@ -24,6 +24,7 @@ import java.util.Collections; import javax.enterprise.context.Conversation; import javax.enterprise.context.RequestScoped; +import javax.enterprise.inject.spi.PassivationCapable; import org.apache.webbeans.config.WebBeansContext; import org.apache.webbeans.conversation.ConversationImpl; @@ -36,7 +37,7 @@ import org.apache.webbeans.util.Collecti * @version $Rev$ $Date$ * */ -public class ConversationBean extends BuiltInOwbBean implements InterceptedMarker +public class ConversationBean extends BuiltInOwbBean implements InterceptedMarker, PassivationCapable { /** * Default constructor.