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 52AE29AAF for ; Thu, 22 Mar 2012 12:57:03 +0000 (UTC) Received: (qmail 8911 invoked by uid 500); 22 Mar 2012 12:57:03 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 8870 invoked by uid 500); 22 Mar 2012 12:57:03 -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 8862 invoked by uid 99); 22 Mar 2012 12:57:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 12:57:03 +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.27 as permitted sender) Received: from [64.18.1.27] (HELO exprod6og111.obsmtp.com) (64.18.1.27) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 12:56:57 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob111.postini.com ([64.18.5.12]) with SMTP ID DSNKT2shgnFPPs9o3sFq7iGGZ2x7clAO5DFU@postini.com; Thu, 22 Mar 2012 05:56:36 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q2MCsWJ0017108; Thu, 22 Mar 2012 05:54:32 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q2MCuXMM019062; Thu, 22 Mar 2012 05:56:34 -0700 (PDT) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nacas02.corp.adobe.com (10.8.189.100) with Microsoft SMTP Server (TLS) id 8.3.192.1; Thu, 22 Mar 2012 05:56:33 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurcas01.eur.adobe.com ([10.128.4.27]) with mapi; Thu, 22 Mar 2012 12:56:32 +0000 From: Thomas Mueller To: "oak-dev@jackrabbit.apache.org" CC: =?iso-8859-1?Q?Michael_D=FCrig?= Date: Thu, 22 Mar 2012 12:56:28 +0000 Subject: Re: Exceptions used in oak-core Thread-Topic: Exceptions used in oak-core Thread-Index: Ac0IKzRCwQo0Q1RvRse9x/XYUfQbPg== Message-ID: In-Reply-To: <4F6B04CF.4000208@gmx.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, >*If* we use unchecked exceptions, by all means let them all extend a >common base exception :-) I think we should use unchecked exceptions except possibly in the JCR API itself. As for 'possibly' see http://java.net/jira/browse/JSR_333-14 - I still hope this will be accepted for JSR 333 :-) Regards, Thomas