Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 46059 invoked from network); 30 Jun 2006 14:10:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 14:10:12 -0000 Received: (qmail 52897 invoked by uid 500); 30 Jun 2006 14:10:00 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 52852 invoked by uid 500); 30 Jun 2006 14:09:59 -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 52773 invoked by uid 99); 30 Jun 2006 14:09:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 07:09:59 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of edgarpoce@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 07:09:57 -0700 Received: by ug-out-1314.google.com with SMTP id a2so810959ugf for ; Fri, 30 Jun 2006 07:09:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GJgQ1h+QOHTeFy8p08C8mVKTRqkTyrkjjdX36opryFjBJKXtELEIU9OgxNaenAu0ep1TK8Z69vE0/xhu5IWGXIZAx5MIY3YcY/cOrGUpxA0UbsTJA+3h+Nrsq/7aMVwoIeOEg/xw6mRaynMMRyC5U6Fvpilg5jghisWhWxLla2A= Received: by 10.67.19.13 with SMTP id w13mr3116256ugi; Fri, 30 Jun 2006 07:09:36 -0700 (PDT) Received: by 10.67.30.15 with HTTP; Fri, 30 Jun 2006 07:09:36 -0700 (PDT) Message-ID: <8a83c96b0606300709h2a669a2fjaf6ba602ea799356@mail.gmail.com> Date: Fri, 30 Jun 2006 11:09:36 -0300 From: "Edgar Poce" To: users@jackrabbit.apache.org Subject: Re: Jackrabbit-on-Jboss - RAR deployment problem In-Reply-To: <214FF1B5E37DC84D9968F0F82FBB1125051BC4@AUGEXCH.ghsinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <214FF1B5E37DC84D9968F0F82FBB1125051BC4@AUGEXCH.ghsinc.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Darren, Try to build the latest version from trunk, those instruction do no apply to jackrabbit-jca-1.0.1. br, edgar On 6/30/06, Darren Hartford wrote: > Thanks Edgar for posting the sample web.xml - one less variable to worry > about :-) > > I'm still trying to follow > http://wiki.apache.org/jackrabbit/JackrabbitOnJboss, but I'm having some > issues with the RAR as follows: > > ================== > 09:52:10,815 WARN [ServiceController] Problem starting service > jboss.jca:service=ManagedConnectionFactory,name=jcr > org.jboss.deployment.DeploymentException: couldn't get oldRarDeployment! > jboss.jca:service=RARDeployment,name='jackrabbit-jca-1.0.1.rar'; - > nested throwable: (org.jboss.deployment.DeploymentException: > ConnectionDefinition 'javax.jcr.Session' not found in rar > 'jackrabbit-jca-1.0.1.rar') > ================= > > This is based of the 1.0.1 binary (rather use the binary for production > environments, and easier to discuss as all using same binary). > > I've tried both: > *jcr-1.0.jar removed from RAR and placed in server/default/lib > *jcr-1.0.jar removed from /server/default/lib and just in RAR > > Neither seem to make a difference regarding the above error. Can > someone else confirm? > > Thanks, > > -D >