Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 40498 invoked from network); 15 Apr 2010 14:28:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 14:28:43 -0000 Received: (qmail 87178 invoked by uid 500); 15 Apr 2010 14:28:43 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 87159 invoked by uid 500); 15 Apr 2010 14:28:43 -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 87150 invoked by uid 99); 15 Apr 2010 14:28:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 14:28:43 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.219.220 as permitted sender) Received: from [209.85.219.220] (HELO mail-ew0-f220.google.com) (209.85.219.220) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 14:28:36 +0000 Received: by ewy20 with SMTP id 20so561163ewy.21 for ; Thu, 15 Apr 2010 07:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:content-type :content-transfer-encoding; bh=vi+jr8xhTqxkgQBiGLF9CJZ1O+pA+Sj3TqpBGq4Idio=; b=csMplLQmqzjh0jrL25+UDD841vKKsbqKf22LiUlNeajA2iB0PHTXraA3rvkkpEK9qf TOcXKxJ1X9eMcwdnVSHjHwjwjqZMaSLsnMwNHs+4ddEhjWi8JQdNPQm9pNbQcg17aeLi 0h4/3P0Bs/Y/cqY/ko2Z+8ujWDRSXMoPy/Cbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=re86J5XsAQhZa7ZwJzfLcQ6kXjyGxJaGRd+z+8DvErQUvK4AQc/4SMWTuNYvXhn3n4 DEbRtyPFrVINZ/GfeCLXZwm9Q2rPohuNZ4rjVnzWvgD6v3y0cBbXXm6E4ufR1gIJF08T sg+R8XSKeGwL1agi2Ka5+uDrLxqpwMSSzZa7s= MIME-Version: 1.0 Received: by 10.102.215.7 with HTTP; Thu, 15 Apr 2010 07:27:55 -0700 (PDT) In-Reply-To: <1271341356679-1894331.post@n4.nabble.com> References: <1271341356679-1894331.post@n4.nabble.com> From: Jukka Zitting Date: Thu, 15 Apr 2010 16:27:55 +0200 Received: by 10.102.165.11 with SMTP id n11mr164495mue.23.1271341695172; Thu, 15 Apr 2010 07:28:15 -0700 (PDT) Message-ID: Subject: Re: Problem with JackrabbitOnJBoss To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, On Thu, Apr 15, 2010 at 4:22 PM, Eric Ford wrote: > I've been attempting to follow the Wiki instructions for installing > Jackrabbit on JBoss without success. =A0When I deploy the jcr-ds.xml file= I > get a java.lang.IllegalStateException: No ConnectorMetaData found for mdf > rarName:jackrabbit-jca-2.0.0.rar. =A0Searching the web for occurrences of= this > error has been fruitless. =A0I'm running JBoss 5.1; jdk 1.6. The jcr-ds.xml file has changed a bit since Jackrabbit 2.0. You may want to use the 2.0 version [1] instead of the one in Jackrabbit trunk [2]. [1] http://svn.apache.org/repos/asf/jackrabbit/tags/2.0.0/jackrabbit-jca/de= ploy/jboss/jcr-ds.xml [2] http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jca/deploy/= jboss/jcr-ds.xml BR, Jukka Zitting