Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 99630 invoked from network); 15 May 2007 17:18:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 17:18:12 -0000 Received: (qmail 22608 invoked by uid 500); 15 May 2007 17:18:17 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 22589 invoked by uid 500); 15 May 2007 17:18:17 -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 22580 invoked by uid 99); 15 May 2007 17:18:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 10:18:17 -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 nrdufour@gmail.com designates 64.233.184.224 as permitted sender) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 10:18:10 -0700 Received: by wr-out-0506.google.com with SMTP id 76so2245570wra for ; Tue, 15 May 2007 10:17:49 -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:mime-version:content-type; b=hF98XFfE3A7VR3dT7Y88484SL7+Gk6FglEA0QnWKpkm6Z9EhiSC1RhAQSSs6a3g9xF1wPVesu8PJgGcUb55B7jtQkM58LPps761yBMHMBvtjq0C5ELG0FTIPqgTsirUcj8aHCjhYbFMlmL1S6K1yXH0Y6eQUxPeKYe6qjpcFaE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=QT7XDmfEt3Em63LQCC6Yn3diJaMgx3HQFH1YYzWg5l4RTDJyUJlAvAZb6RZuwEjhjYDgkAf8VrHgyZuQanF232DwLB6yjxFunqfnDNwmBXxCDbOgHC/S9CrnkI7QyisrqL2nFFfl0BiYxuWCvpf4pbNXVjV/+eC+PeKqfD8t1fg= Received: by 10.78.166.7 with SMTP id o7mr2136369hue.1179249468799; Tue, 15 May 2007 10:17:48 -0700 (PDT) Received: by 10.78.180.5 with HTTP; Tue, 15 May 2007 10:17:48 -0700 (PDT) Message-ID: <8503442c0705151017p179e8a69ibc0d7c3f6d1fcbff@mail.gmail.com> Date: Tue, 15 May 2007 13:17:48 -0400 From: "Nicolas Dufour" To: users@jackrabbit.apache.org Subject: Strange error between Tomcat, Jackrabbit and Spring MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1713_19705500.1179249468741" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1713_19705500.1179249468741 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello I got a very strange error by launching my application : java.lang.IllegalArgumentException: Cannot convert value of type [ org.apache.jackrabbit.core.jndi.BindableRepository] to required type [ javax.jcr.Repository] for property 'repository': no matching editors or conversion strategy found Or I know that a BindableRepository implements javax.jcr.Repository !! Here is my beans : and in server.xml of tomcat I have : I will try to convert (!!) the BindableRepository to javax.jcr.Repositoryusing Spring wrappers but I think they should be a better solution. Any idea are welcome :) Thanks Nicolas ------=_Part_1713_19705500.1179249468741--