Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 395619D80 for ; Wed, 14 Mar 2012 10:39:00 +0000 (UTC) Received: (qmail 85800 invoked by uid 500); 14 Mar 2012 10:39:00 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 85734 invoked by uid 500); 14 Mar 2012 10:38:59 -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 85725 invoked by uid 99); 14 Mar 2012 10:38:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 10:38:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2012 10:38:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EF5CC1FDFD for ; Wed, 14 Mar 2012 10:38:37 +0000 (UTC) Date: Wed, 14 Mar 2012 10:38:37 +0000 (UTC) From: "Sven Viehmeier (Created) (JIRA)" To: issues@cxf.apache.org Message-ID: <1125462356.12507.1331721517981.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (DOSGI-113) Integration with pax-logging not possible MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Integration with pax-logging not possible ----------------------------------------- Key: DOSGI-113 URL: https://issues.apache.org/jira/browse/DOSGI-113 Project: CXF Distributed OSGi Issue Type: Bug Components: Product Affects Versions: 1.3 Environment: Felix and Eclipse Reporter: Sven Viehmeier Priority: Minor I tried to integrate Apache CXF 1.2 and 1.3 with pax-logging. It failed with both versions: - Apache CXF 1.2: pax-logging does not export package "org.apache.log4j.jmx". So as long as this package is needed by CXF, this would be an issue of pax-logging - Apache CXF 1.3: Dependencies could all be resolved and pax-logging integrates fine with my own code (which uses Log4j as the API), but the logging messages from CXF still appear on the console and not where I configured it. I also tried to switch CXF to use Log4j instead of SLF4J, but it seems that the system property "org.apache.cxf.Logger" is not respected. Please see the users mailing list with the topic "Configure logging in CXF + pax-web + Jetty" ([http://mail-archives.apache.org/mod_mbox/cxf-users/201202.mbox/%3C4F3B8181.9080705@gmail.com%3E]) for more details. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira