Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD9CB9F34 for ; Thu, 10 May 2012 07:35:11 +0000 (UTC) Received: (qmail 64069 invoked by uid 500); 10 May 2012 07:35:11 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 64004 invoked by uid 500); 10 May 2012 07:35:10 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 63959 invoked by uid 99); 10 May 2012 07:35:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 07:35:09 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mueller@adobe.com designates 64.18.1.39 as permitted sender) Received: from [64.18.1.39] (HELO exprod6og117.obsmtp.com) (64.18.1.39) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 07:34:59 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob117.postini.com ([64.18.5.12]) with SMTP ID DSNKT6tvjuvtK6aAy2AYAIOTYJUHQ3ldEx92@postini.com; Thu, 10 May 2012 00:34:39 PDT Received: from inner-relay-1.corp.adobe.com (ms-exchange.macromedia.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q4A7YbIf003813 for ; Thu, 10 May 2012 00:34:37 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q4A7Yavm029329 for ; Thu, 10 May 2012 00:34:36 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.192.1; Thu, 10 May 2012 00:34:36 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Thu, 10 May 2012 08:34:34 +0100 From: Thomas Mueller To: "oak-dev@jackrabbit.apache.org" Date: Thu, 10 May 2012 08:34:30 +0100 Subject: Re: value conversions, and relative paths in Oak Thread-Topic: value conversions, and relative paths in Oak Thread-Index: Ac0uf1gvK87GZSlHQNyVNrTn5usPsQ== Message-ID: In-Reply-To: <4FAB6459.1030204@adobe.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.1.120420 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, >>1) missing Date->long/double/decimal value conversions. I have added >> those for now in ValueImpl (not core); is this correct, Angela? > >as long as we don't need it in the core, i would add it in oak-jcr. >we can still push i down to the CoreValue later on. Value conversions are (or at least will be) used in the query engine, in oak-core. >the basic question is again what part of the validation should be >in which layer... that's a matter of definition rather than right >or wrong. I thought it's about converting not validation Regards, Thomas