From adffaces-user-return-107-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Wed May 17 11:52:12 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 36981 invoked from network); 17 May 2006 11:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2006 11:51:52 -0000 Received: (qmail 13041 invoked by uid 500); 17 May 2006 11:51:49 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 13023 invoked by uid 500); 17 May 2006 11:51:49 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 13011 invoked by uid 99); 17 May 2006 11:51:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 04:51:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.41.126.131] (HELO smtpauth00.csee.siteprotect.com) (64.41.126.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2006 04:51:48 -0700 Received: from [192.168.0.61] (LNeuilly-152-23-77-40.w217-128.abo.wanadoo.fr [217.128.193.40]) by smtpauth00.csee.siteprotect.com (Postfix) with ESMTP id B8DE932C02D for ; Wed, 17 May 2006 06:51:27 -0500 (CDT) Message-ID: <446B0E31.2090108@sunopsis.com> Date: Wed, 17 May 2006 13:51:13 +0200 From: Arnaud MERGEY User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: adffaces-user@incubator.apache.org Subject: Trying to attach AdfRenderingContext to a thread that already had one. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, My JSF app is built with MyFaces 1.1.3 and ADF (apache-drop). When I access to my pages, it is printed fine but tomcat (5.5.17) print this log ATTENTION: Trying to attach AdfRenderingContext to a thread that already had one. 17 mai 2006 13:18:35 oracle.adfinternal.view.faces.renderkit.core.CoreRenderKit encodeFinally Can I ignore this message ? thanks, Arnaud