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 15F9317FA2 for ; Tue, 21 Oct 2014 11:08:57 +0000 (UTC) Received: (qmail 92758 invoked by uid 500); 21 Oct 2014 11:08:56 -0000 Delivered-To: apmail-tomee-users-archive@tomee.apache.org Received: (qmail 92729 invoked by uid 500); 21 Oct 2014 11:08:56 -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 92717 invoked by uid 99); 21 Oct 2014 11:08:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 11:08:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shikida@gmail.com designates 209.85.218.44 as permitted sender) Received: from [209.85.218.44] (HELO mail-oi0-f44.google.com) (209.85.218.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Oct 2014 11:08:31 +0000 Received: by mail-oi0-f44.google.com with SMTP id x69so732582oia.17 for ; Tue, 21 Oct 2014 04:08:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=w18aOoGJ7f5VZoPrdrPAH14CTak66g+NOQ4Fn2pGWVA=; b=t0pw3Z5KQjeN4vOw9gOpU4TnFmQw4edhuvpVPvBWUVkoap1q6HB3IUKHmAsRqYFRl7 /j8S7F7xDDiWqP57qnKf/tovsh5JV7Z847KK7oE0cT/LFFynKbKL6ZL3YpDRCDkj/wkk uAs5tIDYUaY82aIqdks4Xyuq3QHM5noV8i7DD04TwfRNsDnQLzqh2REWx0gpMLM5iCI0 vnu51HnFyrRNMjHsKAK5bk8G+7p4u8Fqrgjx9IuFmB0Ftn7WvtdjhWpaXrCa2G2IsC5g ZC5RDglXVg1WRg3AKdh7whD+s5/TZ+YEly/tdHYEVJ1B8WyY7RDVexhueUhWf7m0d78Z M8Eg== X-Received: by 10.60.159.132 with SMTP id xc4mr1047433oeb.80.1413889710148; Tue, 21 Oct 2014 04:08:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.60.230 with HTTP; Tue, 21 Oct 2014 04:07:49 -0700 (PDT) In-Reply-To: References: <54459363.5070301@gmx.de> <5446249C.5040805@gmx.de> From: "Leonardo K. Shikida" Date: Tue, 21 Oct 2014 09:07:49 -0200 Message-ID: Subject: Re: using quartz + tomee 1.7.1+ To: "users@tomee.apache.org" Content-Type: multipart/alternative; boundary=047d7bd6a9b0ecd4f40505ecd931 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd6a9b0ecd4f40505ecd931 Content-Type: text/plain; charset=UTF-8 is there a way to create a quartz job using the shaded classes? it seems to me that only the functions needed by tomee are available there [] Leo On Tue, Oct 21, 2014 at 7:36 AM, Romain Manni-Bucau < rmannibucau@tomitribe.com> wrote: > it is compatible is you configure it manually in application > properties or openejb-jar.xml but that's all. > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > > 2014-10-21 11:34 GMT+02:00 Leonardo K. Shikida : > > I've also read somewhere that tomee would be backward compatible again > with > > the old quartz properties. > > > > If so, won't be a conflict? > > > > [] > > > > Leo > > > > On Tue, Oct 21, 2014 at 7:17 AM, Andy wrote: > > > >> Leo, > >> > >> Just read something that indicates that maybe our quartz.properties is > >> sometimes found first. So it is probably best to set the > >> 'org.quartz.properties' in the cong/system.properties file to point to > the > >> quartz.properties you want to use. > >> > >> Andy. > >> > >> > >> On 21/10/2014 00:57, Andy wrote: > >> > >>> Sure, if you want your app to be portable then add a quartz jar - > That's > >>> why ours is shaded, to avoid conflicts. > >>> > >>> Of course, if you never leave TomEE then you can use the shaded one ;-) > >>> > >>> Andy. > >>> > >>> On 21/10/2014 00:30, Leonardo K. Shikida wrote: > >>> > >>>> Hi > >>>> > >>>> I'd like to create quartz timers not using TimerServiceAPI > >>>> > >>>> Is it possible to be done using the new shaded quartz classes or > should I > >>>> add another quartz jar to the project? > >>>> > >>>> If I have to add the quartz jar, is it safe? > >>>> > >>>> TIA > >>>> > >>>> Leo > >>>> > >>>> > >>> > >>> > >>> > >> > --047d7bd6a9b0ecd4f40505ecd931--