Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 97020 invoked from network); 22 May 2007 15:57:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2007 15:57:16 -0000 Received: (qmail 61680 invoked by uid 500); 22 May 2007 15:57:20 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 61665 invoked by uid 500); 22 May 2007 15:57:20 -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 61650 invoked by uid 99); 22 May 2007 15:57:20 -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:57:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [217.12.11.34] (HELO smtp003.mail.ukl.yahoo.com) (217.12.11.34) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 22 May 2007 08:57:11 -0700 Received: (qmail 15128 invoked from network); 22 May 2007 15:56:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:X-Mailer:X-MimeOLE:In-Reply-To:Thread-Index; b=jC8VIkW+ooA/RwgsgWgMgYNJbqwaftl9kiITv3fi7UrQBRwmXwMT6Wd5rtlfjjf2JQJPYPGl5QRZ61xvV4lhiNH0k5aB0ZJ2LpSgGKZ7OPuqa6w2pONGw+vlnUl2l1TB5Lkjs25WWFpNUFIcBr9lvxaYh4xh3/Voh6JWYvgLEeg= ; Received: from unknown (HELO MIQSBARRIBA) (sbarriba@81.149.172.165 with login) by smtp003.mail.ukl.yahoo.com with SMTP; 22 May 2007 15:56:49 -0000 X-YMail-OSG: MVa48ZkVM1k0Gsoj742z3skblXTcPCs5BF74TzvOAhs9ld8DCXkJrVGIqJuToi6OpP6JIrvmmnUa1EqtyDPVWrt_5mJ.mnD1NeCWllYoUZkwJK5s From: "Shaun Barriball" To: Subject: RE: Model 2 deployment on Weblogic Date: Tue, 22 May 2007 16:56:46 +0100 Message-ID: <004c01c79c89$cf2f61b0$7201a8c0@mobileiq.local> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_004D_01C79C92.30F3C9B0" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 In-Reply-To: <962733f50705220832p15f5d320s9e7e1c7d6e1eeb37@mail.gmail.com> Thread-Index: AcechnLdkV+HDelKQMCp7q8p0AT+8QAAutOg X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_004D_01C79C92.30F3C9B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I did the following: * download the Jackrabbit RAR file from http://jackrabbit.apache.org/downloads.cgi. * I followed the Weblogic RAR deploy instructions which included setting up a weblogic-ra.xml. An example one exists in "jackrabbit-jca\deploy\weblogic" within the Jackrabbit source code (attached). * I had to tweak the MANIFEST.MF as described below before deploying the RAR. * Make sure the JNDI name referenced in the ra.xml is as per your requirements. That should be it. Regards, S. -----Original Message----- From: Estelle Carr [mailto:estellecarr@gmail.com] Sent: 22 May 2007 16:32 To: users@jackrabbit.apache.org Subject: Re: Model 2 deployment on Weblogic 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> > 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. > > ------=_NextPart_000_004D_01C79C92.30F3C9B0 Content-Type: text/xml; name="weblogic-ra.xml" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="weblogic-ra.xml" =0A= =0A= =0A= =0A= =0A= =0A= jackrabbitRA=0A= =0A= true=0A= =0A= =0A= true=0A= =0A= =0A= =0A= =0A= =0A= =0A= javax.jcr.Repository=0A= =0A= =0A= =0A= jackrabbit=0A= =0A= =0A= =0A= =0A= 2=0A= 10=0A= 1=0A= true=0A= =0A= 60=0A= =0A= =0A= =0A= =0A= =0A= HomeDir=0A= /temp/jackrabbit=0A= =0A= =0A= ConfigFile=0A= /temp/jackrabbit/repository.xml=0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= =0A= ------=_NextPart_000_004D_01C79C92.30F3C9B0--