From adffaces-user-return-193-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Mon May 29 07:49:05 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 28288 invoked from network); 29 May 2006 07:49:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 May 2006 07:49:05 -0000 Received: (qmail 31447 invoked by uid 500); 29 May 2006 07:49:05 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 31430 invoked by uid 500); 29 May 2006 07:49:04 -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 31420 invoked by uid 99); 29 May 2006 07:49:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 00:49:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cosmacol@gmail.com designates 64.233.184.226 as permitted sender) Received: from [64.233.184.226] (HELO wr-out-0506.google.com) (64.233.184.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 00:49:04 -0700 Received: by wr-out-0506.google.com with SMTP id 68so856230wra for ; Mon, 29 May 2006 00:48:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F+h8PIXdWshzC9H6a/KUWnlYQjDi1qAaftfvb5ZgEZASKXKNT6kkqElXw/0bMNj4UI+QoXeBplfnM0j7xTwn2xlXiJBHbW1kkOT4lotr3aB6YYqWvvrQayC0RIIaLSJyfEZuhRvRGZZOwtqRfj+2+01tUvt5z2RkXx65uJpCAmA= Received: by 10.54.132.13 with SMTP id f13mr1896360wrd; Mon, 29 May 2006 00:48:42 -0700 (PDT) Received: by 10.54.89.1 with HTTP; Mon, 29 May 2006 00:48:42 -0700 (PDT) Message-ID: <467251f60605290048k73853b51pc7b4ccf27f258d47@mail.gmail.com> Date: Mon, 29 May 2006 09:48:42 +0200 From: "Cosma Colanicchia" To: adffaces-user@incubator.apache.org Subject: Re: Trying to attach AdfRenderingContext to a thread that already had one. In-Reply-To: <6dac79b90605261327p6832548du4a071cb27b1d1673@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <446B0E31.2090108@sunopsis.com> <6dac79b90605171719w5c9891fi2fbd133448fbd58@mail.gmail.com> <446C1948.8040609@sunopsis.com> <6dac79b90605261327p6832548du4a071cb27b1d1673@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have the very same problem, but I'm sure that I don't have the RI in my classpath (as soon as my JDeveloper isn't adding it behind the scenes). Moreover, I also get this log at the end of every process: 29-mag-2006 9.45.48 org.apache.myfaces.adfinternal.renderkit.core.CoreRenderKit encodeFinally AVVERTENZA: No AdfRenderingContext available 2006/5/26, Adam Winer : > FWIW, I recently had exactly this issue, and it turned out that > I had both the RI and MyFaces in my classpath. Make sure you > have only one or the other. > > -- Adam > > > On 5/17/06, Arnaud MERGEY wrote: > > Hi, thanks for reply > > > > my faces-config.xml: > > > > > > > "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" > > "http://java.sun.com/dtd/web-facesconfig_1_1.dtd"> > > > > > > > > oracle.adf.core > > > > > > test model for dataTable > > model > > > > com.sunopsis.lwd.model.TableModel > > > > session > > > > > > > > Web.xml > > > > > xmlns=3D"http://java.sun.com/xml/ns/j2ee" > > xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation=3D"http://java.sun.com/xml/ns/j2ee > > http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> > > Sunopsis JSF demo app > > > > > > javax.faces.STATE_SAVING_METHOD > > client > > > > > > > > adfFaces > > > > oracle.adf.view.faces.webapp.AdfFacesFilter > > > > > > > > adfFaces > > FacesServlet > > > > > > > > FacesServlet > > javax.faces.webapp.FacesServlet > > 1 > > > > > > > > FacesServlet > > *.faces > > > > > > > > resources > > > > oracle.adf.view.faces.webapp.ResourceServlet > > 2 > > > > > > > > resources > > /adf/* > > > > > > > > index.html > > index.htm > > index.jsp > > default.html > > default.htm > > default.jsp > > > > > > > > Arnaud > > > > Adam Winer a =E9crit : > > > The message itself isn't harmful, but it indicates a misconfiguration= , > > > probably a double-registration of something. What does your > > > faces-config.xml and web.xml look like? > > > > > > -- Adam > > > > > > > > > On 5/17/06, Arnaud MERGEY wrote: > > >> 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) pr= int > > >> this log > > >> > > >> ATTENTION: Trying to attach AdfRenderingContext to a thread that alr= eady > > >> had one. > > >> 17 mai 2006 13:18:35 > > >> oracle.adfinternal.view.faces.renderkit.core.CoreRenderKit encodeFin= ally > > >> > > >> Can I ignore this message ? > > >> > > >> thanks, > > >> Arnaud > > >> > > > > > > > >