From dev-return-19464-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Jul 21 09:21:55 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 47909 invoked from network); 21 Jul 2008 09:21:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 09:21:54 -0000 Received: (qmail 97049 invoked by uid 500); 21 Jul 2008 09:21:52 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 97011 invoked by uid 500); 21 Jul 2008 09:21:52 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 97000 invoked by uid 99); 21 Jul 2008 09:21:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 02:21:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 09:21:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 56FB2234C174 for ; Mon, 21 Jul 2008 02:21:32 -0700 (PDT) Message-ID: <368169224.1216632092355.JavaMail.jira@brutus> Date: Mon, 21 Jul 2008 02:21:32 -0700 (PDT) From: =?utf-8?Q?Claus_K=C3=B6ll_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1686) Catch Throwables while calling TextExtractors In-Reply-To: <571038665.1216631372120.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1686?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Claus K=C3=B6ll updated JCR-1686: ---------------------------- Component/s: jackrabbit-text-extractors > Catch Throwables while calling TextExtractors > --------------------------------------------- > > Key: JCR-1686 > URL: https://issues.apache.org/jira/browse/JCR-1686 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-core, jackrabbit-text-extractors > Affects Versions: core 1.4.4 > Reporter: Claus K=C3=B6ll > > There are different Exception Handlings in the current TextExtractors. > The Method Signature throws IOException but the internal Handling is diff= erent. > For example in the MsExcelTextExtractor there will be RuntimeException's = catched but not in all Extractors. > @see JCR-574 > I think we should catch Throwables in the NodeIndexer to prevent OutOfMem= oryErros while indexing a node. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.