From graffito-dev-return-1201-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Mon Aug 28 06:37:47 2006 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 80501 invoked from network); 28 Aug 2006 06:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 06:37:46 -0000 Received: (qmail 38853 invoked by uid 500); 28 Aug 2006 06:37:46 -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 38842 invoked by uid 99); 28 Aug 2006 06:37:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 23:37:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.19.6] (HELO sineb-mail-1.sun.com) (192.18.19.6) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 23:37:45 -0700 Received: from fe-apac-06.sun.com (fe-apac-06.sun.com [192.18.19.177] (may be forged)) by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k7S6bMZw000687 for ; Mon, 28 Aug 2006 14:37:23 +0800 (SGT) Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J4P003013K4BR00@mail-apac.sun.com> (original mail from Ruchi.Goel@Sun.COM) for graffito-dev@incubator.apache.org; Mon, 28 Aug 2006 14:37:22 +0800 (SGT) Received: from [129.158.227.88] by mail-apac.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0J4P00HLE3Q7RM15@mail-apac.sun.com> for graffito-dev@incubator.apache.org; Mon, 28 Aug 2006 14:37:19 +0800 (SGT) Date: Mon, 28 Aug 2006 12:12:36 +0530 From: ruchi goel Subject: use of jcr mapping for JSR170, in graffito Sender: Ruchi.Goel@Sun.COM To: graffito-dev@incubator.apache.org Message-id: <44F2905C.3020601@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en, ja, en-us User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am a newcommer to graffito area and am in process of evaluating graffito for integration with our portal server. I am mainly interested in knowing the navigation as to how graffito stores its java objects in JSR170 compliant repository. I understand that graffito uses Jackrabbit. I have gone through the documentation on graffito's web site and my understanding is that graffito is mapping a java object to a jcr node (via mapping's file) , and then use JSR170 on the node to talk to Jackrabbbit repository. I have downloaded the latest bits , build, installed and deployed on jetspeed. I use debugger to check the flow , but I am finding that it uses GraffitoOJBStore . *Is the jcr mapping layer not being used in the current code to talk to JSR170 repository. ?* Though I see the code in place in the source tree : packages org.apache.portals.graffito.jcr Help appreciated. Thanks, Ruchi