Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 97276 invoked from network); 6 Mar 2008 16:09:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 16:09:42 -0000 Received: (qmail 68752 invoked by uid 500); 6 Mar 2008 16:09:34 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 68716 invoked by uid 500); 6 Mar 2008 16:09:33 -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 68696 invoked by uid 99); 6 Mar 2008 16:09:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 08:09:33 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas.tom.mueller@gmail.com designates 216.239.58.188 as permitted sender) Received: from [216.239.58.188] (HELO gv-out-0910.google.com) (216.239.58.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 16:08:58 +0000 Received: by gv-out-0910.google.com with SMTP id e6so1586650gvc.18 for ; Thu, 06 Mar 2008 08:09:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=L9Z4/4wKr2neW4bpJZSaZj9Hd0+J6Z+pF5w6RN1S6Ag=; b=avdXFuZczjBZIZaK1IJBzTU0l09Vfmc1odOko1/kNFoSd0GVagcEIkS/jvKqeRYrtqqUsVfVqjtfv3BCUURTZ3Tr6hyx1OQ9/+aNeiC4TPD6/poEcvNmR16DGafwFi7ZcrvBTGES6u4RTaFZ8udj16+OJ6yAc3iG2XePtb2sXyY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ciCnQviwQIxU9mTUlR3Ktn5ORu2kAmtTmgzjI5EcqPk3nmdSRJAdutsNO3yEoq8Ub5SrNbvBsoLusnoKAHlHHHoo+5KtdSZSGgO2BbeO18cSZjLl5JexIKNH1D+UDNj/ac3YjiOHxvGdP0E/c33H3MpLIofLRBW3WEeMJYLpMIs= Received: by 10.142.216.9 with SMTP id o9mr879427wfg.172.1204819743700; Thu, 06 Mar 2008 08:09:03 -0800 (PST) Received: by 10.142.156.15 with HTTP; Thu, 6 Mar 2008 08:09:03 -0800 (PST) Message-ID: <5f211bd50803060809h3cee7140yf6119240708026f5@mail.gmail.com> Date: Thu, 6 Mar 2008 17:09:03 +0100 From: "Thomas Mueller" To: users@jackrabbit.apache.org Subject: Re: using oracle persistence manager with jndi In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5f211bd50802270820v19843db4x8f2dd9c2148180bc@mail.gmail.com> <5f211bd50802271253k6e2e3de5yd77bee31199cfc12@mail.gmail.com> <5f211bd50802280200u7f64332dv6768b2b5d03511bf@mail.gmail.com> <510143ac0802280228r1ea5c53dh777403fc214b54a4@mail.gmail.com> <5f211bd50802280446h667c18edg91b8eba993e403f6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, Sorry I can't help you with JNDIDatabasePersistenceManager. It does not include the Oracle specific code. To use the Oracle specific code, I suggest to use the OraclePersistenceManager. As far as I understood, you tried that already but it didn't work for you. Could you post the JNDI configuration, the repository.xml and the workspace.xml files? Could you post the stack trace and error messages? If you got error messages and stack traces in Jackrabbit, could you post that as well please? Regards, Thomas