Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3F73FF23 for ; Tue, 16 Apr 2013 16:35:15 +0000 (UTC) Received: (qmail 71772 invoked by uid 500); 16 Apr 2013 16:35:15 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 71729 invoked by uid 500); 16 Apr 2013 16:35:15 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 71720 invoked by uid 99); 16 Apr 2013 16:35:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Apr 2013 16:35:15 +0000 Date: Tue, 16 Apr 2013 16:35:15 +0000 (UTC) From: "Kurt Westerfeld (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-2269) Servicemix Specs Activator/OsgiLocator Broken due to KARAF-2136 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Westerfeld updated KARAF-2269: ----------------------------------- Component/s: (was: karaf-config) karaf-core > Servicemix Specs Activator/OsgiLocator Broken due to KARAF-2136 > --------------------------------------------------------------- > > Key: KARAF-2269 > URL: https://issues.apache.org/jira/browse/KARAF-2269 > Project: Karaf > Issue Type: Bug > Components: karaf-core > Affects Versions: 2.3.1 > Reporter: Kurt Westerfeld > Priority: Critical > > Bug https://issues.apache.org/jira/browse/KARAF-2136, KARAF-2136, "fixes" a misspelled configuration setting. Unfortunately, the 1.9.0 version of specs, for example, JSR-311 (JAX-RS), stop working when this fix is in place. The breakage is due to an invalid timeout value setting of zero (0). A workaround is to simply set the value to non-zero, such as 100. > What is happening is that the OsgiLocator provided by Servicemix specs locator, is having a timeout of 0 set. When this is the case, no lookups occur whatsoever in its internal registry. As a result, ClassNotFoundExceptions occur, when a usage of this class attempts to lookup any bundle that provides an implementation. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira