From commits-return-3814-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Sun Mar 18 22:12:40 2007 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 51143 invoked from network); 18 Mar 2007 22:12:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2007 22:12:38 -0000 Received: (qmail 57338 invoked by uid 500); 18 Mar 2007 22:12:46 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 57309 invoked by uid 500); 18 Mar 2007 22:12:46 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 57300 invoked by uid 99); 18 Mar 2007 22:12:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2007 15:12:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Mar 2007 15:12:37 -0700 Received: from eos.apache.osuosl.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id AED7B59A06 for ; Sun, 18 Mar 2007 22:12:17 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@jackrabbit.apache.org Date: Sun, 18 Mar 2007 22:12:17 -0000 Message-ID: <20070318221217.27832.39084@eos.apache.osuosl.org> Subject: [Jackrabbit Wiki] Update of "JackrabbitOnJBoss" by corridor X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by corridor: http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss ------------------------------------------------------------------------------ === Deploy Jackrabbit with JCA === * Checkout a tagged jca-connector release with subversion. For example, from http://svn.apache.org/repos/asf/jackrabbit/tags/1.2.3/jackrabbit-jca/. * If you have not done so already, download the jcr library from sun at http://jcp.org/aboutJava/communityprocess/final/jsr170/index.html. - Install the jar in your maven repository (type maven rar:rar and follow the instructions in the error message). + Install the jar in your maven repository (type mvn install and follow the instructions in the error message). * Edit the pom.xml and add the a dependency for javax.jcr, jcr, version 1.0 with a scope of provided. This will prevent maven from including it in the rar, but will still download it. * Build the rar file. type "mvn install"