Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 43657 invoked from network); 20 Oct 2006 10:14:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2006 10:14:36 -0000 Received: (qmail 66022 invoked by uid 500); 20 Oct 2006 10:14:35 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 65724 invoked by uid 500); 20 Oct 2006 10:14:34 -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 65714 invoked by uid 99); 20 Oct 2006 10:14:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 03:14:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 03:14:33 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 613FC714318 for ; Fri, 20 Oct 2006 03:13:37 -0700 (PDT) Message-ID: <33201602.1161339217395.JavaMail.jira@brutus> Date: Fri, 20 Oct 2006 03:13:37 -0700 (PDT) From: "Przemo Pakulski (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-367) Remove dependency on Xerces In-Reply-To: <48051400.1142991540758.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JCR-367?page=comments#action_12443775 ] Przemo Pakulski commented on JCR-367: ------------------------------------- Jackrabbit-core is still dependent on Xerces directly during runtime, SessionImpl.importWorkspace, Workspacempl.importWorkspace methods contains folliwng lines : XMLReader parser = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser"); It works in maven1 probably because maven1 itself needs xerces to run test goal. I suggest reopening the issue. > Remove dependency on Xerces > --------------------------- > > Key: JCR-367 > URL: http://issues.apache.org/jira/browse/JCR-367 > Project: Jackrabbit > Issue Type: Improvement > Components: xml > Affects Versions: 0.9, 1.0, 1.0.1 > Reporter: Michael Young > Assigned To: Jukka Zitting > Fix For: 1.1 > > Attachments: No_Xerces_Patch.fm.20060627.patch, TEST-org.apache.jackrabbit.test.api.TestAll.txt > > > Classloaders in certain J2EE servers do not play well with the Xerces requirement -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira