Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92BA69E28 for ; Fri, 4 May 2012 10:33:10 +0000 (UTC) Received: (qmail 94377 invoked by uid 500); 4 May 2012 10:33:10 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 94315 invoked by uid 500); 4 May 2012 10:33:10 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 94308 invoked by uid 99); 4 May 2012 10:33:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 10:33:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 10:33:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 02758430DA3 for ; Fri, 4 May 2012 10:32:49 +0000 (UTC) Date: Fri, 4 May 2012 10:32:49 +0000 (UTC) From: =?utf-8?Q?J=C3=BCrg_Brandenberger_=28JIRA=29?= To: dev@myfaces.apache.org Message-ID: <1072070194.26434.1336127569011.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2146255239.16221.1335942060888.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MYFACES-3535) javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MYFACES-3535?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13= 268247#comment-13268247 ]=20 J=C3=BCrg Brandenberger commented on MYFACES-3535: --------------------------------------------- Please remove two of the attachments. The content of all of them is identic= al. They are 3 by accident! Sorry. =20 > javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: > ------------------------------------------------------------------------- > > Key: MYFACES-3535 > URL: https://issues.apache.org/jira/browse/MYFACES-3535 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Environment: WebSphere 8.002 > Reporter: J=C3=BCrg Brandenberger > Priority: Critical > Attachments: TextLog_12.05.04_11.09.24.log, TextLog_12.05.04_11.0= 9.24.log, TextLog_12.05.04_11.09.24.log > > > Application port from from Mojarra / Glassfish 3.1 and JBoss 7.1 to WebSp= here 8 using MyFaces. With the Mojarra implementation no problems arise, wh= ile with MyFaces almost nothing is running! Class not found exceptions, Met= hod not found exceptions, see log trace, while every thing exist and the di= fference consist of the jsf implementation used by the AS! > The method ProjectHandler#generateDocumentContent() exist, and is declare= d public! > action=3D"#{cc.attrs.handler.generateDocumentContent(cc.attrs.handler.doc= umentId[0])}" > "cc.attrs.handler" is correctly replaced by "ProjectHandler" so the synta= x is correct and Myfaces should also be able to find the method: > public final String generateDocumentContent(final String contentType) { .= .. } > [02.05.12 08:22:12:382 MESZ] 0000003a FfdcProvider W com.ibm.ws.ffdc.imp= l.FfdcProvider logIncident FFDC1003I: FFDC Inci > dent emitted on D:\programs\IBM\WebSphere\AppServer\profiles\AppSrv01\log= s\ffdc\server1_3a1fffb_12.05.02_08.22.12.272254 > 170309146331495.txt com.ibm.ws.webcontainer.webapp.WebApp.getResourceAsSt= ream 602 > [02.05.12 08:22:12:428 MESZ] 0000003a ErrorPageWrit E An exception occu= rred > javax.faces.el.MethodNotFoundException: = javax.el.MethodNotFoundException: /resources/ut > ils/listMenu.xhtml at line 98 and column 72 action=3D"#{cc.attrs.handler.= generateDocumentContent(cc.attrs.handler.document > Id[0])}": Method not found: ch.commcity.monterosa.web.ProjectHandler@39c7= d55.generateDocumentContent() > =09at javax.faces.component._MethodExpressionToMethodBinding.invoke(_Meth= odExpressionToMethodBinding.java:92) > =09at org.apache.myfaces.application.ActionListenerImpl.processAction(Act= ionListenerImpl.java:100) > =09at javax.faces.component.UICommand.broadcast(UICommand.java:120) > =09at javax.faces.component.UIViewRoot._broadcastAll(UIViewRoot.java:973) > =09at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:27= 5) > =09at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1285) > =09at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java= :711) > =09at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(Invo= keApplicationExecutor.java:34) > =09at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleIm= pl.java:171) > =09at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.ja= va:118) > =09at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189) > =09at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapp= er.java:1188) > =09at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(Servle= tWrapper.java:763) > =09at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(Servle= tWrapper.java:454) > =09at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(Se= rvletWrapperImpl.java:178) > =09at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(We= bAppFilterManager.java:1020) > =09at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(C= acheServletWrapper.java:87) > =09at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.jav= a:895) > =09at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer= .java:1662) > =09at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.j= ava:195) > =09at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimi= nation(HttpInboundLink.java:452) > =09at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewReque= st(HttpInboundLink.java:511) > =09at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest= (HttpInboundLink.java:305) > =09at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInbo= undLink.java:276) > =09at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendTo= Discriminators(NewConnectionInitialReadCallback.j > ava:214) > =09at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.comple= te(NewConnectionInitialReadCallback.java:113) > =09at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureComplet= ed(AioReadCompletionListener.java:165) > =09at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFu= ture.java:217) > =09at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChan= nelFuture.java:161) > =09at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) > =09at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) > =09at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler= .java:775) > =09at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) > =09at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1659) > Caused by: javax.el.MethodNotFoundException: /resources/utils/listMenu.xh= tml at line 98 and column 72 action=3D"#{cc.attrs > .handler.generateDocumentContent(cc.attrs.handler.documentId[0])}": Metho= d not found: ch.commcity.monterosa.web.ProjectH > andler@39c7d55.generateDocumentContent() > =09at org.apache.myfaces.view.facelets.el.TagMethodExpression.invoke(TagM= ethodExpression.java:91) > =09at javax.faces.component._MethodExpressionToMethodBinding.invoke(_Meth= odExpressionToMethodBinding.java:88) > =09... 33 more -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira