From users-return-1273-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Nov 07 17:27:47 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 63579 invoked from network); 7 Nov 2006 17:27:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2006 17:27:47 -0000 Received: (qmail 78639 invoked by uid 500); 7 Nov 2006 17:27:57 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 78623 invoked by uid 500); 7 Nov 2006 17:27:57 -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 78614 invoked by uid 99); 7 Nov 2006 17:27:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 09:27:57 -0800 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [209.86.89.61] (HELO elasmtp-galgo.atl.sa.earthlink.net) (209.86.89.61) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2006 09:27:42 -0800 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=Li8wR6465UT525LlMwMlhSszoHKsddjIvm9JGv0F4zlC/E8BQD4dV/iSrGJOkhgT; h=Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:X-Mailer:Thread-Index:X-MimeOLE:X-ELNK-Trace:X-Originating-IP; Received: from [24.223.147.21] (helo=TBROWNDT) by elasmtp-galgo.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GhUjJ-0000Wh-KG for users@jackrabbit.apache.org; Tue, 07 Nov 2006 12:27:21 -0500 From: "Timothy J Brown" To: Subject: ResourceAllocationException Trying to login into repository using JCA Date: Tue, 7 Nov 2006 12:27:05 -0500 Message-ID: <001301c70291$f230daf0$8119fea9@TBROWNDT> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0014_01C70268.095AD2F0" X-Mailer: Microsoft Office Outlook 11 Thread-Index: AccCkfHMJbL+sFnlRwiqwUVTsZN+EA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-ELNK-Trace: 1aa7cf63d627bb4c81b09582c12b02407e972de0d01da9407ecdd25ea8920a63daeeb1eb43c00eba350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.223.147.21 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0014_01C70268.095AD2F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I am getting close to accessing Jackrabbit from Weblogic, however, I am running into the following error: Trying to login into the repo and get a jcr session ------ << jackrabbit > ResourceAllocationException thrown by resource adapter on call to ManagedConnectionFactory.createManagedConnection(): "javax.resource.spi.ResourceAdapterInternalException: Failed to create managed connection: java.lang.IllegalArgumentException: No Configuration was registered that can handle the configuration named Jackrabbit "> No Configuration was registered that can handle the configuration named JackrabbIt It appears that I am able to get the jackrabbit handle, but I cannot log into the repository and get this error. Does anyone have an example that shows how to connect to a jackrabbit resource adapter? Thanks, Tim ------=_NextPart_000_0014_01C70268.095AD2F0--