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 0EB8D442C for ; Mon, 9 May 2011 13:27:45 +0000 (UTC) Received: (qmail 48784 invoked by uid 500); 9 May 2011 13:27:45 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 48757 invoked by uid 500); 9 May 2011 13:27:45 -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 48750 invoked by uid 99); 9 May 2011 13:27:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 13:27:44 +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; Mon, 09 May 2011 13:27:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2ED03C8604 for ; Mon, 9 May 2011 13:27:03 +0000 (UTC) Date: Mon, 9 May 2011 13:27:03 +0000 (UTC) From: "Shawn Jiang (JIRA)" To: commits@openejb.apache.org Message-ID: <696802642.32341.1304947623188.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (OPENEJB-1543) If there's no info and timezone defined in @Schedule(xxxx), their values should be null instead of an empty string. 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 If there's no info and timezone defined in @Schedule(xxxx), their values should be null instead of an empty string. --------------------------------------------------------------------------------------------------------------------- Key: OPENEJB-1543 URL: https://issues.apache.org/jira/browse/OPENEJB-1543 Project: OpenEJB Issue Type: Bug Components: ejb31 Affects Versions: (trunk/openejb3) Reporter: Shawn Jiang Fix For: (trunk/openejb3) User could define schedule info and timezone in @Schedule annotion. @Schedule(info = "xxx", timezone="yyyyy") If there are no info and timezone defined in @Schedule annotation, their default values in timer/timerservice should be null instead of an empty string. That is required in tck and makes sense to me. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira