From adffaces-user-return-200-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Mon May 29 16:08:00 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 82792 invoked from network); 29 May 2006 16:08:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 May 2006 16:08:00 -0000 Received: (qmail 60987 invoked by uid 500); 29 May 2006 16:08:00 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 60870 invoked by uid 500); 29 May 2006 16:07:59 -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 60860 invoked by uid 99); 29 May 2006 16:07:59 -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 09:07:59 -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 awiner@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 May 2006 09:07:57 -0700 Received: by wr-out-0506.google.com with SMTP id i11so750596wra for ; Mon, 29 May 2006 09:07:37 -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=j+OOgZAdDfLOYEITLntw1CKeTPe95ln9GO8avFAgr4IEWMmFm5EU8xrEPVIoPhKilS0WnSEXfxhxI0eiK3fFCf+1Y27mzoweYxCQ+XZUwrnMlszLch/xUZB0epsUfunjjomm/N6Et0o6cuArc4sZ9vRj6JjwO8RX53Y/Vf1ei9M= Received: by 10.65.84.18 with SMTP id m18mr1115912qbl; Mon, 29 May 2006 09:07:37 -0700 (PDT) Received: by 10.65.103.7 with HTTP; Mon, 29 May 2006 09:07:36 -0700 (PDT) Message-ID: <6dac79b90605290907o38d5d8f2kf938e76ed516d772@mail.gmail.com> Date: Mon, 29 May 2006 09:07:36 -0700 From: "Adam Winer" To: adffaces-user@incubator.apache.org Subject: Re: Trying to attach AdfRenderingContext to a thread that already had one. In-Reply-To: <467251f60605290048k73853b51pc7b4ccf27f258d47@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> <467251f60605290048k73853b51pc7b4ccf27f258d47@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is definitely a double registration issue - *something* is in the classpath twice. -- Adam On 5/29/06, Cosma Colanicchia wrote: > 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 misconfigurati= on, > > > > 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) = print > > > >> this log > > > >> > > > >> ATTENTION: Trying to attach AdfRenderingContext to a thread that a= lready > > > >> had one. > > > >> 17 mai 2006 13:18:35 > > > >> oracle.adfinternal.view.faces.renderkit.core.CoreRenderKit encodeF= inally > > > >> > > > >> Can I ignore this message ? > > > >> > > > >> thanks, > > > >> Arnaud > > > >> > > > > > > > > > > > > >