From dev-return-26565-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Dec 15 17:26:44 2009 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 13004 invoked from network); 15 Dec 2009 17:26:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 17:26:43 -0000 Received: (qmail 94789 invoked by uid 500); 15 Dec 2009 17:26:42 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 94667 invoked by uid 500); 15 Dec 2009 17:26:41 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 94634 invoked by uid 99); 15 Dec 2009 17:26:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 17:26:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 17:26:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 23639234C498 for ; Tue, 15 Dec 2009 09:26:18 -0800 (PST) Message-ID: <357793404.1260897978128.JavaMail.jira@brutus> Date: Tue, 15 Dec 2009 17:26:18 +0000 (UTC) From: =?utf-8?Q?Michael_D=C3=BCrig_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-2441) Jcr2spiRepositoryFactory: make class loading more robust MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jcr2spiRepositoryFactory: make class loading more robust -------------------------------------------------------- Key: JCR-2441 URL: https://issues.apache.org/jira/browse/JCR-2441 Project: Jackrabbit Content Repository Issue Type: Improvement Components: jackrabbit-jcr2spi Affects Versions: 2.0.0 Reporter: Michael D=C3=BCrig Assignee: Michael D=C3=BCrig Currently Jcr2spiRepositoryFactory loads a RepositoryServiceFactory from th= e context class loader. In an OSGi environment this fails with a ClassNotFo= undException. I suggest to fall back to the class loader of a the class (Jc= r2spiRepositoryFactory) in this case.=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.