Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 91918 invoked from network); 22 Feb 2009 17:27:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2009 17:27:23 -0000 Received: (qmail 14894 invoked by uid 500); 22 Feb 2009 17:27:22 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 14860 invoked by uid 500); 22 Feb 2009 17:27:22 -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 14851 invoked by uid 99); 22 Feb 2009 17:27:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Feb 2009 09:27:22 -0800 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; Sun, 22 Feb 2009 17:27:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C9FAB234C495 for ; Sun, 22 Feb 2009 09:27:01 -0800 (PST) Message-ID: <1677427048.1235323621812.JavaMail.jira@brutus> Date: Sun, 22 Feb 2009 09:27:01 -0800 (PST) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1994) ExportSysViewTest fails with: System property org.xml.sax.driver not specified In-Reply-To: <676429968.1235318461743.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1994. -------------------------------- Resolution: Fixed Fix Version/s: 1.6.0 Fixed in revision 746747. > ExportSysViewTest fails with: System property org.xml.sax.driver not specified > ------------------------------------------------------------------------------ > > Key: JCR-1994 > URL: https://issues.apache.org/jira/browse/JCR-1994 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-jcr-tests > Affects Versions: 1.0, 1.1, 1.2.1, 1.3, 1.4, 1.5.0 > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Priority: Minor > Fix For: 1.6.0 > > > The ExportSysViewTest class uses the XMLReaderFactory.createXMLReader() method that depends on the system property "org.xml.sax.driver" being specified. Apparently using a TransformerFactory works around this issue in some way, as the problem only appeared once we changed the XML export feature to use a custom serializer class instead of a JAXP Transformer for serialization (see JCR-1952). > The current workaround is to explicitly force a Transformer to be loaded, but we really should fix the cause of this issue for example by replacing the XMLReader instance with a SAXParser. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.