Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 8316 invoked from network); 8 Feb 2009 16:22:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2009 16:22:12 -0000 Received: (qmail 3508 invoked by uid 500); 8 Feb 2009 16:22:10 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 3476 invoked by uid 500); 8 Feb 2009 16:22:10 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 3467 invoked by uid 99); 8 Feb 2009 16:22:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 08:22:10 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 16:22:01 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LWCPb-0004U5-Vr for user@geronimo.apache.org; Sun, 08 Feb 2009 08:21:39 -0800 Message-ID: <21900477.post@talk.nabble.com> Date: Sun, 8 Feb 2009 08:21:39 -0800 (PST) From: rbaumhof To: user@geronimo.apache.org Subject: Problem using Geronimo 2.1.3 with MyFaces 1.2 and MyFaces/Trinidad 1.2.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: ralf.baumhof@web.de X-Virus-Checked: Checked by ClamAV on apache.org The following problem occurs: our application is nearly ready for use, and for experimental purpose we want to try out some additional trinidad controls. We use Geronimo 2.1.3 with build in MyFaces 1.2. The only non core library we use is tomahawk 1.1.6. I have downloaded the appropriate trinidad version 1.2.10. When the application is deployed the following error is shown in geronimo log.=20 12:50:31,109 WARN [JspModuleBuilderExtension] Invalid transformed taglib org.apache.xmlbeans.XmlException: Invalid deployment descriptor: errors: D:\geronimo\bin\jar:file:D:\geronimo\repository\vesuv-application\vesuv\1.0= \vesuv-1.0.ear\VesuvWEB.war\WEB-INF\lib\trinidad-impl-1.2.10.jar!\META-INF\= tr.tld:112:7: error: cvc-complex-type.2.4a: Expected elements 'variable@http://java.sun.com/xml/ns/javaee attribute@http://java.sun.com/xml/ns/javaee dynamic-attributes@http://java.sun.com/xml/ns/javaee example@http://java.sun.com/xml/ns/javaee tag-extension@http://java.sun.com/xml/ns/javaee' instead of 'description@http://java.sun.com/xml/ns/javaee' here in element tag@http://java.sun.com/xml/ns/javaee Descriptor: Apache Trinidad Core 1.2.10 tr http://myfaces.apache.org/trinidad =20 org.apache.myfaces.trinidadinternal.webapp.TrinidadListener= Impl The forEach tag is a replacement for the JSTL &lt;c:forEach&gt; tag.=20 As of JSF 1.2/JSP 2.1/JSTL 1.2, the regular &lt;c:forEach&gt; tag does work with JSF components. However, it does not support varStatus with JSF! (Unlike c:forEach, tr:forEach doesn't currently support anything for "items" other than arrays and lists.) forEach =20 org.apache.myfaces.trinidadinternal.taglib.ForEachTag JSP the items over which iteration takes place items the name of the variable to expose var false After this Trinidad shows a message that the config file trinidad-config.xm= l is read. When i call the jsp page with a trinidad output text i get the error: WARNUNG: Renderer konnte nicht gefunden werden f=C2=B3r CoreForm[UIXFacesBeanImpl, i =3DtrinidadForm] rendererType =3D org.apache.myfaces.trinidad.Form 17:18:06,515 WARN [HtmlRenderKitImpl] Unsupported component-family/renderer-ty e: org.apache.myfaces.trinidad.Output/org.apache.myfaces.trinidad.Text 08.02.2009 17:18:06 org.apache.myfaces.trinidad.component.UIXComponentBase _get endererImpl WARNUNG: Renderer konnte nicht gefunden werden f=C2=B3r CoreOutputText[UIXFacesBeanI pl, id=3Dj_id_jsp_633416429_12] rendererType =3D org.apache.myfaces.trinidad.Text I also tried the version 1.0.10 of trinidad (for jsf 2.1). In this case the deployment can be done without error, but NO JSP site can be shown. I alway get an java.lang.UnsupportedOperationException: 12:43:58,734 ERROR [_ErrorPageWriter] An exception occurred java.lang.UnsupportedOperationException =09at javax.faces.context.ExternalContext.setResponse(ExternalContext.java:146) =09at org.apache.myfaces.application.jsp.JspViewHandlerImpl.buildView(JspViewHand= lerImpl.java:480) =09at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHan= dlerImpl.java:334) =09at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(= ViewHandlerImpl.java:182) =09at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseE= xecutor.java:41) =09at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:140) =09at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) =09at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio= nFilterChain.java:290) =09at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC= hain.java:206) =09at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher= .java:630) =09at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDi= spatcher.java:436) =09at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatc= her.java:374) =09at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatche= r.java:302) =09at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:69= 6) =09at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:667) =09at org.apache.jsp.index_jsp._jspService(index_jsp.java:57) =09at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) =09at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) =09at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:= 369) =09at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3= 42) =09at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) =09at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) =09at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio= nFilterChain.java:290) =09at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC= hain.java:206) =09at de.nrw.hagen.ggrz.web.filter.SecurityFilter.doFilter(SecurityFilter.java:11= 5) =09at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicatio= nFilterChain.java:235) =09at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterC= hain.java:206) =09at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.j= ava:233) =09at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.j= ava:191) =09at org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSubjectV= alve.java:56) =09at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke= (GeronimoStandardContext.java:406) =09at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBe= foreAfterValve.java:47) =09at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:12= 8) =09at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:10= 2) =09at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.jav= a:109) =09at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568) =09at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) =09at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) =09at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Htt= p11Protocol.java:583) =09at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44= 7) =09at java.lang.Thread.run(Thread.java:595) does anybody know how to make geronimo 2.1.3 work with trinidad 1.2.10? thanks in advance,... --=20 View this message in context: http://www.nabble.com/Problem-using-Geronimo-= 2.1.3-with-MyFaces-1.2-and-MyFaces-Trinidad-1.2.10-tp21900477s134p21900477.= html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.