From dev-return-12681-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Jun 26 17:17:50 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 47889 invoked from network); 26 Jun 2007 17:17:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 17:17:49 -0000 Received: (qmail 15004 invoked by uid 500); 26 Jun 2007 17:17:51 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 14980 invoked by uid 500); 26 Jun 2007 17:17:51 -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 14926 invoked by uid 99); 26 Jun 2007 17:17:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 10:17:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 10:17:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 917037141DC for ; Tue, 26 Jun 2007 10:17:26 -0700 (PDT) Message-ID: <26624087.1182878246593.JavaMail.jira@brutus> Date: Tue, 26 Jun 2007 10:17:26 -0700 (PDT) From: "Bertrand Delacretaz (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-985) [PATCH] refactor access to SAXParser and log which parser class is used MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [PATCH] refactor access to SAXParser and log which parser class is used ----------------------------------------------------------------------- Key: JCR-985 URL: https://issues.apache.org/jira/browse/JCR-985 Project: Jackrabbit Issue Type: Improvement Components: core Affects Versions: 1.3.1 Reporter: Bertrand Delacretaz Priority: Minor This parser collects code that was duplicated in the SessionImpl and WorkspaceImpl class to initialize the SAXParser. Also, the actual SAXParser class being used is logged (once only) to make it easier to debug problems like JCR-984. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.