From graffito-dev-return-1268-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Wed Sep 06 12:17:28 2006 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 6033 invoked from network); 6 Sep 2006 12:17:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 12:17:27 -0000 Received: (qmail 86183 invoked by uid 500); 6 Sep 2006 12:17:27 -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 86172 invoked by uid 99); 6 Sep 2006 12:17:27 -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 05:17:27 -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.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 05:17:26 -0700 Received: by ug-out-1314.google.com with SMTP id u40so2615557ugc for ; Wed, 06 Sep 2006 05:17:04 -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=UaQd5vY3GlJ7RgiPAIukv4Qt8D2LSvFbwHUupvn78u6/nKrgVv5PD1pCsWpGOIjjpqoYvGBrqWeL6IkS7NkJ6Cir/T7Seg5pjoTI8uCCh9bthvm2LiyEWi+Cs3FGqkYbx/4If61iXyFllQN+1x99z3SJDkHk4hR+SkeyVSfvWw8= Received: by 10.66.244.11 with SMTP id r11mr4328232ugh; Wed, 06 Sep 2006 05:17:04 -0700 (PDT) Received: by 10.67.20.12 with HTTP; Wed, 6 Sep 2006 05:17:04 -0700 (PDT) Message-ID: <8a83c96b0609060517iac43f0ev951619f03b5d2037@mail.gmail.com> Date: Wed, 6 Sep 2006 09:17:04 -0300 From: "Edgar Poce" To: graffito-dev@incubator.apache.org Subject: Re: portlet "content" mode prototype In-Reply-To: <510143ac0609060433n7328621cj4d0a655aa57ba7f8@mail.gmail.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> <8a83c96b0609060328u6c2b4413x7d1694bdd0f8b49a@mail.gmail.com> <510143ac0609060433n7328621cj4d0a655aa57ba7f8@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/6/06, Jukka Zitting wrote: > Hi, > > On 9/6/06, Edgar Poce wrote: > > On 9/6/06, David Sean Taylor wrote: > > > 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. > > See http://issues.apache.org/jira/browse/JCR-46 for the background. > Java 5 uses the core classloader to load the TransformerFactory > implementation specified in the javax.xml.transform.TransformerFactory > property. This is why the class needs to be in the endorsed directory > instead of the normal classpath location if you want to use another > transformer than the one included by default in Java 5. For Jackrabbit > the problem was that our XSL transformation was using features not > included in the default compiling transformer implementation in Java > 5. > > Not having looked at the issue here I'm not sure if the same thing > applies. Just reacting to Edgar's comment. :-) > I think it does apply, thanks for the info. br, edgar > BR, > > Jukka Zitting > > -- > Yukatan - http://yukatan.fi/ - info@yukatan.fi > Software craftsmanship, JCR consulting, and Java development >