Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 17788 invoked from network); 12 Feb 2010 09:59:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 09:59:03 -0000 Received: (qmail 83566 invoked by uid 500); 12 Feb 2010 09:59:02 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 82978 invoked by uid 500); 12 Feb 2010 09:59:02 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 82826 invoked by uid 99); 12 Feb 2010 09:59:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 09:59:01 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ejfdebruijn@gmail.com designates 72.14.220.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 09:58:54 +0000 Received: by fg-out-1718.google.com with SMTP id 16so151533fgg.1 for ; Fri, 12 Feb 2010 01:58:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=8aGkxNP87MDERUdK0eqJzHL5WSJcHN5o+fbR5Xt+oaU=; b=MhzJklpAivJ2Ha6laYlB0Zp15FOJi2mr9cPtB1zlZYTKwQtmA3UPg6knIpPCO+9TK2 85fVSG/hWm+cWoUJykLPx8o797E60jwfzxu2xaGyCfeJ5oCxPcjSehEOastQiFr34Psb F9Obo2mMVnAgX4Q06uv2O+VuzI0AcFpBcj6pQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aonoptRZAr381bzeS4gzjt+z+CqF6vHRIi4yQOs4/R9iUXiFb/mnX9jjo80fjWh01c 1zL51GvDUcHDhjG7qju2zkQYkFmgQ0VSYuRbMRo+65eYjhFpx4NqlI4XSDzVHnxdTrJG fHccw7E6Ub2mhFoS1NlW0FehStJr3Nb2TkZF4= MIME-Version: 1.0 Received: by 10.87.9.39 with SMTP id m39mr2237030fgi.73.1265968713180; Fri, 12 Feb 2010 01:58:33 -0800 (PST) Date: Fri, 12 Feb 2010 10:58:33 +0100 Message-ID: Subject: Repository initialization for JCA From: Erwin de Bruijn To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=001485f90ede7227c1047f644fd9 --001485f90ede7227c1047f644fd9 Content-Type: text/plain; charset=ISO-8859-1 Hi group, I need to know how to register custom node types and do other repository initialization (e.g. create some default nodes) for a container managed repository. I'm running Jackrabbit as resource adapter in WebSphere Application Server v6.1. The only thing I can think of is to define an (init) servlet which prepares the repository before other processes will access the repository. But is there any other/better option to configure the repository? thanks, --001485f90ede7227c1047f644fd9--