Return-Path: X-Original-To: apmail-tomee-users-archive@www.apache.org Delivered-To: apmail-tomee-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABC3A10DC3 for ; Mon, 18 Nov 2013 02:27:25 +0000 (UTC) Received: (qmail 54225 invoked by uid 500); 18 Nov 2013 02:27:25 -0000 Delivered-To: apmail-tomee-users-archive@tomee.apache.org Received: (qmail 54151 invoked by uid 500); 18 Nov 2013 02:27:25 -0000 Mailing-List: contact users-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tomee.apache.org Delivered-To: mailing list users@tomee.apache.org Received: (qmail 54143 invoked by uid 99); 18 Nov 2013 02:27:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 02:27:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jieryn@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-ob0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 02:27:19 +0000 Received: by mail-ob0-f173.google.com with SMTP id gq1so1213665obb.18 for ; Sun, 17 Nov 2013 18:26:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bn4bHRBEelu6QgWaxkxZBF04Th4XIc/b4cqqtPKV/eU=; b=dqMjCRfusPnPXdqKxJE1zDzfcy6QlGQ5dWBgBQEvGfAkfTlWfeteJQeA4uchXzOcyv wNDAn+V5893dWss0sMPiQga1UJJkG+1M497xLj369CjBgnyDifGt1R8OWWO6AUnOsVCm Z0GdJn4gJ/YjUV1ZcvdD7gjresS8aStOTG/EDfxfZEPQEPlOhYAyQ4q1x+NQHrGu3UAn My8jU810z0718hVQ4YO6CUDFS/VCa8V7OrhnQ5G3EOaqyvEYy5zJPIRff1EF99aW8Vf/ 3hMiWEYrIWdcLbxc00LuJO72HF6/eS2RgOut12p/leGURx0Cq8itUJ70/o1PLWD11JLu QHng== MIME-Version: 1.0 X-Received: by 10.60.155.166 with SMTP id vx6mr18196118oeb.28.1384741617673; Sun, 17 Nov 2013 18:26:57 -0800 (PST) Received: by 10.182.158.106 with HTTP; Sun, 17 Nov 2013 18:26:57 -0800 (PST) Date: Sun, 17 Nov 2013 21:26:57 -0500 Message-ID: Subject: Apache TomEE - Disable Timer ? From: jieryn To: users@tomee.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Is it possible to disable the Quartz timer via a property or some other configuration option? I am running tests in Arquillian and want to test some of my @Schedule logic, but do not want the @Schedule to actually fire.. Thanks!