Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 974119214 for ; Wed, 7 Mar 2012 14:45:36 +0000 (UTC) Received: (qmail 46361 invoked by uid 500); 7 Mar 2012 14:45:36 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 46078 invoked by uid 500); 7 Mar 2012 14:45:34 -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 46062 invoked by uid 99); 7 Mar 2012 14:45:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 14:45:33 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stefanhahn80@googlemail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qy0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 14:45:27 +0000 Received: by qcmt36 with SMTP id t36so6443677qcm.1 for ; Wed, 07 Mar 2012 06:45:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9hz3MYOQ2GVCEEnUDTxDfV3h6gqQVJIrd9crftx3G8k=; b=aqlb22OM9Oina+ripD8hddVEQQzdDOPefURUxati66eS9PRSnPV6wphzY7gfgaq8C0 8/pOGoO3FWSYKIHFm3La8Hdibe4C6mrGV4Sf05dSUULKporOpZ+ohAsRKEuDttPVZloG i0pvXL4w03qDBqzGm4Ssey5bYDKK7OMXg7C/a7PYBtmNy+gqb/U9ujjz38ag3iS0L4g/ +vPTgVxu10P4Sjsavymdc3SJzwiXaRque3/OKD8CiYpNL+rXk5jYTQ3d5e/qF4Jm9WJi BsldB0wP2qmLusQ6THo5Nsh2SnbuqUIwwLWCidyy0J4o2IWFbQFMM+1cWj1vLgKQbVqe uKZg== MIME-Version: 1.0 Received: by 10.224.173.205 with SMTP id q13mr1574253qaz.29.1331131506137; Wed, 07 Mar 2012 06:45:06 -0800 (PST) Received: by 10.224.78.80 with HTTP; Wed, 7 Mar 2012 06:45:06 -0800 (PST) In-Reply-To: References: Date: Wed, 7 Mar 2012 15:45:06 +0100 Message-ID: Subject: Re: Problems connecting to external Repository From: Stefan Hahn To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=20cf30363ecd9299d304baa8340b X-Virus-Checked: Checked by ClamAV on apache.org --20cf30363ecd9299d304baa8340b Content-Type: text/plain; charset=ISO-8859-1 Ok, is this too obvious or too difficult? 2012/3/7 Stefan Hahn > Hi! > > I have created a Java application in which I use Jackrabbit and it is > working fine. > > When I try to access the repository using the standalone server, > exceptions keep coming and it is not working. > > The first problem was that I am using PostgreSQL. Adding the JAR-File to > the classpath solved that problem. > > But now I get this: > Caused by: javax.jcr.RepositoryException: DataSource with logicalName ds > has not been configured > > Well, it HAS been configured. > > Can someone help me on this? > > Regards, > Stefan > --20cf30363ecd9299d304baa8340b--