Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 41076 invoked from network); 2 Mar 2006 18:07:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 18:07:27 -0000 Received: (qmail 41452 invoked by uid 500); 2 Mar 2006 18:08:14 -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 41441 invoked by uid 99); 2 Mar 2006 18:08:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 10:08:13 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [12.129.219.97] (HELO outbound3-haw-R.bigfish.com) (12.129.219.97) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 10:08:12 -0800 Received: from outbound3-haw.bigfish.com (localhost.localdomain [127.0.0.1]) by outbound3-haw-R.bigfish.com (Postfix) with ESMTP id C9D981433604 for ; Thu, 2 Mar 2006 18:07:51 +0000 (UTC) Received: from mail11-par-R.bigfish.com (unknown [192.168.51.1]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by outbound3-haw.bigfish.com (Postfix) with ESMTP id 0F70C14335B4 for ; Thu, 2 Mar 2006 18:07:51 +0000 (UTC) Received: from mail11-par.bigfish.com (localhost.localdomain [127.0.0.1]) by mail11-par-R.bigfish.com (Postfix) with ESMTP id B2A5D82CCFC for ; Thu, 2 Mar 2006 18:07:49 +0000 (UTC) X-BigFish: V Received: by mail11-par (MessageSwitch) id 1141322869666325_29269; Thu, 2 Mar 2006 18:07:49 +0000 (UCT) Received: from owa1.spimageworks.com (unknown [160.33.20.31]) by mail11-par.bigfish.com (Postfix) with ESMTP id 53B3F82CD08 for ; Thu, 2 Mar 2006 18:07:49 +0000 (UTC) Received: from EXCHVS2.spimageworks.com ([172.29.3.31]) by owa1.spimageworks.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 2 Mar 2006 10:07:48 -0800 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: some contrib projects broken Date: Thu, 2 Mar 2006 10:07:48 -0800 Message-ID: <2E808B1873525E41A6BECA0AAB6AAA1001103A9E@EXCHVS2.spimageworks.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: some contrib projects broken Thread-Index: AcY9k3JYlwC3zBsjQjuGZX0nT/nWpwAjrpKA From: "Michael Wilson" To: X-OriginalArrivalTime: 02 Mar 2006 18:07:48.0608 (UTC) FILETIME=[36D17800:01C63E24] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I just did a fresh checkout from SVN of the Jackrabbit trunk including the contrib directories and attempted to build them. A few problems: 1) JackRabbit ORM Persistence Manager project won't build. * Complains that it can't download mysql-connector-java.3.0.10-stable-bin.jar from www.day.com/maven/mysql ... * If you manually place the proper file in the .maven jar's repository it will compile. * All of the unit tests fail for this build (although this may be because I don't have a mysql db avaialble >< ) 2) JCR Node Type and Namespace Utilies don't build. * Refuses to compile. Complains about SchemaConverter.java:71: cannot find symbol : method loadURI() Just FYI. I'll poke around the mailing list to see if this can be fixed ... Mike=20 -----Original Message----- From: Jukka Zitting [mailto:jukka.zitting@gmail.com]=20 Sent: Wednesday, March 01, 2006 4:51 PM To: jackrabbit-dev@incubator.apache.org Subject: Re: Current docs? Examples? Hi, On 3/1/06, Michael Wilson wrote: > There once was a thread with step by step instructions on how to=20 > install Jackrabbit on Tomcat (including the RMI functionality). I see > reference that the final version was published somewhere in the wiki=20 > but in searching I can't find this document anywhere in there. Which thread are you referring to? > The version of the document I can find in the discussion groups=20 > appears to be for the 1.0-SNAPSHOT version. Correct me if I'm wrong=20 > but the new .9 versions that were recently posted have been=20 > significantly refactored from the previous versions (I don't see a=20 > server/client.jar anywere which is referenced in the step-by-step=20 > instructions) so I'm afraid the previous thread's instructions are now out of date. There are no major changes in 0.9 or in the upcoming 1.0 release. The reason 0.9 may seem different is that it does not contain all the contributed components. For example the WebDAV extensions that you seem to be referring with the server and client jars is not included in the 0.9 release. > There is some configuration information on the Jackrabbit home site=20 > but it doesn't give examples of how to configure the repository.xml=20 > file for use with Tomcat. You are right in that the Jackrabbit documentation is somewhat lacking. We are slowly working at improving things, and of course all help is eagerly accepted. See the deployment howtos under http://incubator.apache.org/jackrabbit/doc/deploy.html for a brief introduction on setting up Jackrabbit in various Tomcat deployments. Mark Slater recently wrote some great Jackrabbit/Tomcat instructions which can be found at http://issues.apache.org/jira/browse/JCR-319. Getting those instructions on the Jackrabbit web site is on my todo list. > Additionally there seems to be no information on how to configure the=20 > PersistenceManager to work with a relational database anywhere on the=20 > site. Some documented examples would be really helpful. See the Persistence manager section in the Configuring Jackrabbit page: =20 http://incubator.apache.org/jackrabbit/doc/config.html#Persistence_manag ers This is probably the best configuration documentation we have at the moment. Feel free to use the mailing list, wiki, or the issue tracker to ask for more documentation and examples. > I'm trying to install the latest .9 release from the downloads area=20 > and can't seem to get it to work with Tomcat 5.5. Is there any better > documentation available than on the Jackrabbit website somewhere? See the documentation at http://issues.apache.org/jira/browse/JCR-319. There's a version of Mark's instructions also at http://whisper.cse.ucsc.edu/jackrabbit_deployment_test/. I hope this helps you get started. :-) BR, Jukka Zitting -- Yukatan - http://yukatan.fi/ - info@yukatan.fi Software craftsmanship, JCR consulting, and Java development