Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 54047 invoked from network); 30 Oct 2006 17:57:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 17:57:48 -0000 Received: (qmail 27906 invoked by uid 500); 30 Oct 2006 17:57:53 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 27821 invoked by uid 500); 30 Oct 2006 17:57:53 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 27809 invoked by uid 99); 30 Oct 2006 17:57:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 09:57:53 -0800 Received-SPF: pass (herse.apache.org: domain of mwessendorf@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 09:57:41 -0800 Received: by ug-out-1314.google.com with SMTP id j3so1121333ugf for ; Mon, 30 Oct 2006 09:57:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=NlFEecojUuAEuPY4CRirD+ttM+yCOHPM/j9xhrthFfy6NrWHr+k010OLtFOVn/tiCjhJb2BTlYrv2YWchfIFzqebvexK9jmz8PjYvAGo8QcupGaqKwHsnA/SMahfhvV90/aaz8k8Vaz8buYlg2iPLZ+wgosxp6FwIuHV531Gcuo= Received: by 10.67.89.5 with SMTP id r5mr4582907ugl; Mon, 30 Oct 2006 09:57:17 -0800 (PST) Received: by 10.66.240.4 with HTTP; Mon, 30 Oct 2006 09:57:17 -0800 (PST) Message-ID: <71235db40610300957g79e21a1cub8cb57759203613b@mail.gmail.com> Date: Mon, 30 Oct 2006 09:57:17 -0800 From: "Matthias Wessendorf" Sender: mwessendorf@gmail.com To: "MyFaces Discussion" Subject: Re: WPS5 and MyFaces In-Reply-To: <7071939.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7071939.post@talk.nabble.com> X-Google-Sender-Auth: 7aba3ca0be2d6d59 X-Virus-Checked: Checked by ClamAV on apache.org you have somethings here .jsp as mapping (.jsf you mean, right) you mix three JSF-Impl myfaces sun com.sun.faces.config.ConfigureListener ibm com.ibm.faces.webapp.JSResourceServlet that should be cleaned up :) On 10/30/06, Spettini wrote: > > Hi > I'm newbie in wps5 and myfaces, i'm trying to force them (and jsf) working > together but all i have is this error > when i call java.lang.IllegalStateException: ExtensionsFilter not correctly configured. > JSF mapping missing. JSF pages not covered. Please see: > http://myfaces.apache.org/tomahawk/extensionsFilter.html > > My web.xml is > > > 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> > > Curricula di test > > com.ibm.ws.jsf.JSP_UPDATE_CHECK > true > > Monitors Faces JSP files for modifications and synchronizes > a running server with the changes without restarting the > server. If this parameter is set to false or removed from > the deployment descriptor, any changes made to Faces JSP > files may not be seen by the server until it is restarted. > This parameter is usually set to true while the Faces JSP > files are being developed and debugged in order to improve > the performance of the development environment. > > > > > com.ibm.ws.jsf.LOAD_FACES_CONFIG_AT_STARTUP > > true > > > > > MyFacesExtensionsFilter > > > org.apache.myfaces.component.html.util.ExtensionsFilter > > > > > maxFileSize > > 20m > > > Set the size limit for uploaded files. Format: 10 - 10 > bytes > > 10k - 10 KB > > 10m - 10 MB > > 1g - 1 GB > > > > > > > > > > > MyFacesExtensionsFilter > > *.jsp > > > > > > MyFacesExtensionsFilter > > /wps/* > > > > > > > com.sun.faces.config.ConfigureListener > > > > > > > JS Resource Servlet > > > com.ibm.faces.webapp.JSResourceServlet > > > > -1 > > > > curriculatest.CurriculaTestPortlet > curriculatest.CurriculaTestPortlet > > com.ibm.faces.webapp.WPFacesGenericPortlet > > > > > > JS Resource Servlet > > /.ibmjsfres/* > > > > > > curriculatest.CurriculaTestPortlet > /curriculatest.CurriculaTestPortlet/* > > > index.html > index.htm > index.jsp > default.html > default.htm > default.jsp > > > > http://jakarta.apache.org/taglibs/datetime-1.0 > > > /WEB-INF/lib/taglibs-datetime.jar > > > > > http://jakarta.apache.org/taglibs/string-1.0.1 > > > /WEB-INF/lib/taglibs-string.jar > > > > > http://jakarta.apache.org/taglibs/utility > > /WEB-INF/lib/utility.jar > > > > http://jakarta.apache.org/taglibs/mailer-1.1 > > > /WEB-INF/lib/taglibs-mailer.jar > > > > > my page is > > <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%> <%@taglib > uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI"%> <%@taglib > uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%> <%@taglib > uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib > uri="http://myfaces.apache.org/tomahawk" prefix="t"%> <%@page > language="java" contentType="text/html; charset=ISO-8859-1" > pageEncoding="ISO-8859-1" session="false"%> > > href='<%= response.encodeURL("/theme/stylesheet.css") %>' title="Style"> > > <%-- jsf:pagecode language="java" > location="/JavaSource/pagecode/CurriculaView.java" --%><%-- /jsf:pagecode > --%> > > > closePopupOnExitingPopup="true" displayAtDistanceX="10" > displayAtDistanceY="10"> > value="This is the first textual text situation." /> > > > > > > > > > > > > > > The portlet is created with the wizard of RAD6, a non jsr standard portlet > Can anyone help me or redirect to a solution? > Thank you very much! > > -- > View this message in context: http://www.nabble.com/WPS5-and-MyFaces-tf2538402.html#a7071939 > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com