Return-Path: X-Original-To: apmail-openejb-commits-archive@www.apache.org Delivered-To: apmail-openejb-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 1AF3D4F58 for ; Sun, 15 May 2011 15:25:30 +0000 (UTC) Received: (qmail 3901 invoked by uid 500); 15 May 2011 15:25:30 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 3863 invoked by uid 500); 15 May 2011 15:25:29 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 3773 invoked by uid 99); 15 May 2011 15:25:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2011 15:25:29 +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; Sun, 15 May 2011 15:25:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9A305CB486 for ; Sun, 15 May 2011 15:24:47 +0000 (UTC) Date: Sun, 15 May 2011 15:24:47 +0000 (UTC) From: "Shawn Jiang (JIRA)" To: commits@openejb.apache.org Message-ID: <989350693.13971.1305473087628.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (OPENEJB-1550) By default, all timers created using the timer creation methods should be persistent. 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 By default, all timers created using the timer creation methods should be persistent. -------------------------------------------------------------------------------------- Key: OPENEJB-1550 URL: https://issues.apache.org/jira/browse/OPENEJB-1550 Project: OpenEJB Issue Type: Bug Components: ejb31 Affects Versions: (trunk/openejb3) Reporter: Shawn Jiang Fix For: 4.0 Per ejb 3.1 spec 18.2.4 By default, all timers created using the timer creation methods are persistent. A non-persistent timer can be created by calling setPersistent(false) on a TimerConfig object passed to a timer cre ation method. TimerConfig also supports the setting of an info object. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira