Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 27941 invoked from network); 30 Oct 2009 16:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 16:58:22 -0000 Received: (qmail 20983 invoked by uid 500); 30 Oct 2009 16:58:22 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 20959 invoked by uid 500); 30 Oct 2009 16:58:22 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 20949 invoked by uid 99); 30 Oct 2009 16:58:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 16:58:22 +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; Fri, 30 Oct 2009 16:58:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E4D6234C045 for ; Fri, 30 Oct 2009 09:57:59 -0700 (PDT) Message-ID: <1043496522.1256921879446.JavaMail.jira@brutus> Date: Fri, 30 Oct 2009 16:57:59 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2396) Add META-INF/cxf/org.apache.cxf.Logger to OSGi bundles In-Reply-To: <1530200725.1250605634991.JavaMail.jira@brutus> 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/CXF-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-2396. ------------------------------ Resolution: Won't Fix Fix Version/s: (was: 2.3) Invalid Assignee: Daniel Kulp Marking as "won't fix" as we don't want this and the new slf4j detection stuff SHOULD work. > Add META-INF/cxf/org.apache.cxf.Logger to OSGi bundles > ------------------------------------------------------ > > Key: CXF-2396 > URL: https://issues.apache.org/jira/browse/CXF-2396 > Project: CXF > Issue Type: Improvement > Components: OSGi > Affects Versions: 2.3 > Reporter: Josh Holtzman > Assignee: Daniel Kulp > Fix For: Invalid > > > According to http://cwiki.apache.org/CXF20DOC/debugging.html CXF can use log4j instead of java.util.logging. Unfortunately, this isn't possible when CXF runs in OSGi because the required Logger configuration isn't included in the bundle. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.