Return-Path: X-Original-To: apmail-sirona-user-archive@minotaur.apache.org Delivered-To: apmail-sirona-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9481188A4 for ; Sat, 21 Nov 2015 19:48:06 +0000 (UTC) Received: (qmail 43850 invoked by uid 500); 21 Nov 2015 19:48:06 -0000 Delivered-To: apmail-sirona-user-archive@sirona.apache.org Received: (qmail 43816 invoked by uid 500); 21 Nov 2015 19:48:06 -0000 Mailing-List: contact user-help@sirona.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@sirona.incubator.apache.org Delivered-To: mailing list user@sirona.incubator.apache.org Received: (qmail 43805 invoked by uid 99); 21 Nov 2015 19:48:06 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2015 19:48:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E5134180A18 for ; Sat, 21 Nov 2015 19:48:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id sEthVYVzuV0V for ; Sat, 21 Nov 2015 19:48:01 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 2342B20599 for ; Sat, 21 Nov 2015 19:48:01 +0000 (UTC) Received: by obbnk6 with SMTP id nk6so110031468obb.2 for ; Sat, 21 Nov 2015 11:48:00 -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=32WaOFg+XzOXyVPxnW3YeEMrrvUpkXbkwsM0znzpPFQ=; b=sq5TkDR1g1xTbODe6zcG0cGn+IBNEQNWu4L9htC0TbG5DThTcNlfNq5nsrYrMsRKc3 LjOntoV5+TsEsh5o5rwR51pIz/PEI9vNiPTC89Qw5NrGJn3t8lKyFRPRNLpuWq7ayOF9 VeqOlX2Z7DoTLp6jm6QtvKMk62w2S/kKEUivJATV0VaWzFXgqDo+cGrNZJ+r5EqjKAg+ CqL4bm0XA9GVNWx4Lu3RY1IqbHwweppuJ7f/+jEjGXdgOcWV5lXaJyn/GnhodFntuTC1 +jbdUEV1/XUR9mElswtLlBPx2CEnB6U6HgHoIaPAHEo0KkwHvgZahPcSGIabPEKA9z3N WCbw== MIME-Version: 1.0 X-Received: by 10.60.15.131 with SMTP id x3mr12403829oec.74.1448135279980; Sat, 21 Nov 2015 11:47:59 -0800 (PST) Received: by 10.202.94.3 with HTTP; Sat, 21 Nov 2015 11:47:59 -0800 (PST) Date: Sat, 21 Nov 2015 20:47:59 +0100 Message-ID: Subject: TemporalType problem with JobExecutionEntity (any maybe others) From: =?UTF-8?B?S2FybCBLaWxkw6lu?= To: user@sirona.incubator.apache.org Content-Type: multipart/alternative; boundary=089e015365e6f3369a05251244c1 --089e015365e6f3369a05251244c1 Content-Type: text/plain; charset=UTF-8 Hello, JobExecutionEntity is afaik not a regal entity because it maps TemporalType to a java.sql.* (Timestamp). I think java.sql.* was legal at one point but not anymore. The javadoc for Java EE 6 and Java EE 7 says this about TemporalType: "Type used to indicate a specific mapping of java.util.Date or java.util.Calendar." cheers / Karl --089e015365e6f3369a05251244c1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

JobExecutionEntity is afaik not = a regal entity because it maps TemporalType to a java.sql.* (Timestamp). I = think java.sql.* was legal at one point but not anymore.

=
The javadoc for Java EE 6 and Java EE 7 says this about Temporal= Type: =C2=A0"Type used to indicate a specific mapping of java.util.Dat= e or java.util.Calendar."

cheers / Karl
=
--089e015365e6f3369a05251244c1--