Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 79493 invoked from network); 22 May 2007 15:32:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2007 15:32:47 -0000 Received: (qmail 7782 invoked by uid 500); 22 May 2007 15:32:50 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 7768 invoked by uid 500); 22 May 2007 15:32:50 -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 7737 invoked by uid 99); 22 May 2007 15:32:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2007 08:32:50 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of estellecarr@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2007 08:32:42 -0700 Received: by wx-out-0506.google.com with SMTP id i28so1790558wxd for ; Tue, 22 May 2007 08:32:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=G04b7X52FNpQm/QFziutc3VzC5NNChtRByufSiFlFaly9xntquY8S01LBdKwh9VoUHHYEIewYmOpjKV4AoHF+mndPT7s85Pgtf2fsykYyA1tT+YDi4v5o/2NCZhInnmWfiAr0mxcuIVxW3QQfCfuCtDd5FEzCkcUUkTHiL/qlFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RyGXDfx5wg/z6M+ElaOBHRGQMo0GDlHMzpf1tS3AHhY8cYIxCEf9s8ABwHF5noymNbdIyNrKBf2r57idKs/XsVk/SKacHKChIAnxjMcdK0SVakxJcqvcfFo3PuEXkevajc/gq7uZdBo34dVVZXWQ57gh3y6r8vM8ggp+L37VY6M= Received: by 10.70.9.8 with SMTP id 8mr8144399wxi.1179847941953; Tue, 22 May 2007 08:32:21 -0700 (PDT) Received: by 10.70.72.9 with HTTP; Tue, 22 May 2007 08:32:21 -0700 (PDT) Message-ID: <962733f50705220832p15f5d320s9e7e1c7d6e1eeb37@mail.gmail.com> Date: Tue, 22 May 2007 16:32:21 +0100 From: "Estelle Carr" To: users@jackrabbit.apache.org Subject: Re: Model 2 deployment on Weblogic In-Reply-To: <004501c79c84$4b0c6c70$7201a8c0@mobileiq.local> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_70455_30754294.1179847941844" References: <962733f50705220810l2f1b4a34vfea66fff9484670e@mail.gmail.com> <004501c79c84$4b0c6c70$7201a8c0@mobileiq.local> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_70455_30754294.1179847941844 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Shaun, That sounds very interesting. Do you know if there's any documentation on how to do this anywhere? Many thanks. On 5/22/07, Shaun Barriball wrote: > > Hi Estelle, > I had a similar problem last week with Weblogic 9.1. Using the Jackrabbit > Resource Archive (RAR) package I was able to get it to work as follows: > > ==== Snippet from Post ======= > I was able to successfully deploy Jackrabbit as a JCR Resource Archive in > Weblogic 9.1. > > RAR Modification Required for Weblogic 9.1 > ------------------------------------------- > Deploying the prebuilt Jackrabbit 1.3 RAR file within Weblogic 9.1 failed > initially with: > > <19-May-2007 15:18:26 o'clock BST> encountered the following error > weblogic.application.library.LibraryDeploymentException: > [J2EE:160144]Failed > to register library Extension-Name: jackrabbit-jca, > Implementation-Version: > 1.3: Library cannot have Implementation-Version set, without also > specifying > its Specification-Version. > > I was able to resolve this by removing the following line from > META-INF/Manifest.mf within the RAR file: > Implementation-Version: 1.3 > > Hope this helps, > Shaun. > > > > -----Original Message----- > From: Estelle Carr [mailto:estellecarr@gmail.com] > Sent: 22 May 2007 16:10 > To: users@jackrabbit.apache.org > Subject: Model 2 deployment on Weblogic > > Hi, > Has anyone successfully achieved model 2 deployment of a Jackrabbit > repository on Weblogic 8.1? I'm having trouble declaring the necessary > JNDI > resource, and am wondering if Weblogic actually supports this? > > Thanks. > > ------=_Part_70455_30754294.1179847941844--