From jackrabbit-dev-return-2639-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Wed Jul 06 03:29:32 2005 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 83950 invoked from network); 6 Jul 2005 03:29:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2005 03:29:31 -0000 Received: (qmail 43817 invoked by uid 500); 6 Jul 2005 03:29:30 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 43804 invoked by uid 99); 6 Jul 2005 03:29:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 20:29:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bcm@osafoundation.org designates 204.152.186.98 as permitted sender) Received: from [204.152.186.98] (HELO smtp.osafoundation.org) (204.152.186.98) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 20:29:30 -0700 Received: from localhost (localhost [127.0.0.1]) by smtp.osafoundation.org (Postfix) with ESMTP id 74083142266 for ; Tue, 5 Jul 2005 20:29:26 -0700 (PDT) Received: from smtp.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30773-05 for ; Tue, 5 Jul 2005 20:29:26 -0700 (PDT) Received: from [10.0.1.4] (c-67-188-209-63.hsd1.ca.comcast.net [67.188.209.63]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.osafoundation.org (Postfix) with ESMTP id 3ED88142264 for ; Tue, 5 Jul 2005 20:29:26 -0700 (PDT) Message-ID: <42CB5015.2070805@osafoundation.org> Date: Tue, 05 Jul 2005 20:29:25 -0700 From: Brian Moseley User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: jackrabbit and jcr commons incompatibilities Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N there are several incompatibilities between the jcr and jackrabbit commons subprojects that are keeping my server from working correctly. i resolved a few of the issues by removing commons-jcr-0.16.4.1-dev from my classpath, but now DirListingExportCommand fails when looking for org.apache.jackrabbit.util.Text.getLabel(Ljava/lang/String;)Ljava/lang/String; which exists in the commons-jcr jar but not in the jackrabbit-commons jar. is there an ETA on when jcr-server will be updated to work with the latest layout changes? thanks!