From graffito-dev-return-1264-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Wed Sep 06 10:28:43 2006 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 51925 invoked from network); 6 Sep 2006 10:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 10:28:41 -0000 Received: (qmail 35456 invoked by uid 500); 6 Sep 2006 10:28:40 -0000 Mailing-List: contact graffito-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-dev@incubator.apache.org Received: (qmail 35445 invoked by uid 99); 6 Sep 2006 10:28:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 03:28:40 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of edgarpoce@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 03:28:39 -0700 Received: by ug-out-1314.google.com with SMTP id u40so2583338ugc for ; Wed, 06 Sep 2006 03:28:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dHaFVM1joD1Lx7DzIQA0J/vLr8F9blN7B/aactNuJ36xSlFGbwQmROAqqdUvzpj6iHe/bQcUuUbmW883Cv3ctfo6rhwagZ+lXnPtrrMmqVcZ20kImnMQZezLruLs6HrF8S5EpO2N96Cq/E/9cgeejiOuLYpaOCS8qmFwK7cPYvw= Received: by 10.66.244.11 with SMTP id r11mr4271584ugh; Wed, 06 Sep 2006 03:28:18 -0700 (PDT) Received: by 10.67.20.12 with HTTP; Wed, 6 Sep 2006 03:28:18 -0700 (PDT) Message-ID: <8a83c96b0609060328u6c2b4413x7d1694bdd0f8b49a@mail.gmail.com> Date: Wed, 6 Sep 2006 07:28:18 -0300 From: "Edgar Poce" To: graffito-dev@incubator.apache.org Subject: Re: portlet "content" mode prototype In-Reply-To: <44FE7263.6010703@bluesunrise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8a83c96b0609041855v3498b8dej332ad501e182c672@mail.gmail.com> <44FD3BD2.9090208@sun.com> <8a83c96b0609050505t2ec65f9dq71a1c1aa6b77428@mail.gmail.com> <8a83c96b0609050800t14bc38b2j488aec4c7d722782@mail.gmail.com> <44FE7263.6010703@bluesunrise.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi David On 9/6/06, David Sean Taylor wrote: > Edgar Poce wrote: > > hi ruchi, > > > > I forgot to mention that I had to add a couple of libraries to the > > tomcat version included in the jetspeed distribution in order to run > > jackrabbit with java5. > > > > try the following: > > > > 1. remove every file under /tmp/jackrabbit. once jackrabbit fails to > > create a repository in a directory it will keep until you delete its > > contents. > > > > 2. download xalan and serializer.jar and put them under > > /jetspeed_installation/common/endorsed. > > > > 3. start jetspeed and have fun :) > > > > I've just tested it in a windows box and it works. > > > > br, > > edgar > > > > > I had the same stacktrace as Ruchi > Not sure which versions of xalan and 'serializer' you recommending > it works with the latest release, xalan.jar and serializer.jar are both included in the xalan distribution. > Wondering why the two jars must go in endorsed directly, and not in the > WEB-INF/lib directory. > I'm not sure :(, I think I read in jackrabbit mailing list that it was the right way to go but I didn't investigate further. It was just a quick fix to make it work. with java 2 jackrabbit worked without problems, but in java 5 those libraries were removed and some problems araised. > Could you upload your versions of the jars for us, thanks! you can download it from http://www.apache.org/dist/xml/xalan-j/xalan-j_2_7_0-bin.zip Rememeber to remove every file in /tmp/jackrabbit before trying to start jetspeed again. br, edgar >