Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DADF310B57 for ; Tue, 21 Jan 2014 23:09:22 +0000 (UTC) Received: (qmail 47694 invoked by uid 500); 21 Jan 2014 23:09:20 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 47572 invoked by uid 500); 21 Jan 2014 23:09:20 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 47564 invoked by uid 99); 21 Jan 2014 23:09:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jan 2014 23:09:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.neidhart@gmail.com designates 209.85.215.177 as permitted sender) Received: from [209.85.215.177] (HELO mail-ea0-f177.google.com) (209.85.215.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jan 2014 23:09:12 +0000 Received: by mail-ea0-f177.google.com with SMTP id n15so4150135ead.36 for ; Tue, 21 Jan 2014 15:08:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=dxttq/mDUKhYBtL15QszCGUATivTcWc76YsF8iJT6EA=; b=K962T9GUZFEMWXnaSwvgeWdGjLzefx9yXyRxkNBRnpEQFJ1ZBntnbmbyskIZ6RvCkk ysOGUl9yxrBk5paTgfRFcOlwR5yfbWv9a/JkOJlvXn8xWMHzd97mzc9+Kc39gxXRFwsJ FLDbs4sGvssRu5NGxuenPUUPZ3f0TMnW0nQk0++3CBuMmXPBrgrJ313tydgYiNJVEJcT B9uk72Rozb9guaEUrJmcAWiGyTovZGiXadUEBzWxnOyNqvfu9XLHAoDSZbhmTtR2MeY6 +5pmktZ7x5PG8/G6Q0MjHNGLXcWnzjb2CLH+4UveW2+K7rAv9sb0v4NAU1izdh81yAOb lwCQ== X-Received: by 10.15.43.10 with SMTP id w10mr26644823eev.13.1390345732495; Tue, 21 Jan 2014 15:08:52 -0800 (PST) Received: from [192.168.1.2] (ip-81-11-197-193.dsl.scarlet.be. [81.11.197.193]) by mx.google.com with ESMTPSA id z42sm12202046eel.3.2014.01.21.15.08.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 21 Jan 2014 15:08:51 -0800 (PST) Message-ID: <52DEFE02.3080301@gmail.com> Date: Wed, 22 Jan 2014 00:08:50 +0100 From: Thomas Neidhart User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Commons Users List Subject: Re: [commons-logging]Log4JLogger does not implement Log when deploying on websphere 8.5.01 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 01/20/2014 08:37 PM, Julio Enrique Santana Lora wrote: > Hi!! > > I am facing this problem when trying to deploy an EAR file to websphere > 8.5.0.1. The EAR only contains on its dependencies > > commons-logging-1.1.3.jar > log4j-1.2.17.jar > > and a single JSF page. > > The problem ocurs when initiliazing the server provided myfaces library, > which needs commons-logging. The stack trace is pasted at the bottom. The > application and we module classloaders are setted as parent last. > > Any help will be highly appreciated This is most likely due to the fact that websphere already ships commons-logging and that classes are loaded from different classloaders. Afaik, you do not put your own commons-logging into the EAR you want to deploy, but in case you need to, you should better follow the instructions here: http://www-01.ibm.com/support/docview.wss?uid=swg27010153&aid=1 Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org