Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 92790 invoked from network); 24 Jan 2011 18:05:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2011 18:05:08 -0000 Received: (qmail 17284 invoked by uid 500); 24 Jan 2011 18:05:08 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 16930 invoked by uid 500); 24 Jan 2011 18:05:06 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 16922 invoked by uid 99); 24 Jan 2011 18:05:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 18:05:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 18:05:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0OI4jPM017165 for ; Mon, 24 Jan 2011 18:04:45 GMT Message-ID: <6186289.162231295892285234.JavaMail.jira@thor> Date: Mon, 24 Jan 2011 13:04:45 -0500 (EST) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-2800) [Framework] Logging will throw an NPE if no bundle is specified MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [Framework] Logging will throw an NPE if no bundle is specified --------------------------------------------------------------- Key: FELIX-2800 URL: https://issues.apache.org/jira/browse/FELIX-2800 Project: Felix Issue Type: Bug Components: Framework Affects Versions: framework-3.0.7 Reporter: Richard S. Hall Priority: Minor Fix For: framework-3.2.0 The logging code accepts a ServiceReference and a Bundle. It only checks if ServiceReference is null, which means an NPE will result if Bundle is null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.