Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 87137 invoked from network); 15 Feb 2011 15:03:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Feb 2011 15:03:26 -0000 Received: (qmail 92575 invoked by uid 500); 15 Feb 2011 15:03:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 92286 invoked by uid 500); 15 Feb 2011 15:03:22 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 92275 invoked by uid 99); 15 Feb 2011 15:03:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Feb 2011 15:03:21 +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; Tue, 15 Feb 2011 15:03:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7C80D1A6C79 for ; Tue, 15 Feb 2011 15:02:57 +0000 (UTC) Date: Tue, 15 Feb 2011 15:02:57 +0000 (UTC) From: "Ivan (JIRA)" To: dev@geronimo.apache.org Message-ID: <120062448.17676.1297782177506.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <32832692.285411296293323187.JavaMail.jira@thor> Subject: [jira] Commented: (GERONIMO-5796) jsf2.0-test is failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994827#comment-12994827 ] Ivan commented on GERONIMO-5796: -------------------------------- I just find that a jar file is created in the WEB-INF/lib folder now, while in the past, those classes are placed in the WEB-INF/classes folder. I guess that it is why the case passed for me. As I mentioned in GERONIMO-5817, we need to update the case, then check whether it works > jsf2.0-test is failed > --------------------- > > Key: GERONIMO-5796 > URL: https://issues.apache.org/jira/browse/GERONIMO-5796 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: testsuite > Affects Versions: 3.0-M2, 3.0 > Environment: ubuntu 10.04 > sun jdk 1.6.0_23 > Reporter: Forrest Xia > Assignee: Forrest Xia > Priority: Minor > > Found an exception in the server log: > 2011-01-29 16:12:59,018 ERROR [ErrorPageWriter] An exception occurred > javax.faces.FacesException: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null > at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241) > at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156) > at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:191) > at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) > at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:819) > at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47) > at org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:379) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:242) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:259) > at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:281) > at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243) > at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: javax.el.PropertyNotFoundException: /0.0.0.0/converter-javaee6/index.xhtml at line 42 and column 56 value="#{ConverterBean.value}": Target Unreachable, identifier 'ConverterBean' resolved to null > at org.apache.myfaces.view.facelets.el.TagValueExpression.getType(TagValueExpression.java:73) > at org.apache.myfaces.shared_impl.renderkit._SharedRendererUtils.findUIOutputConverter(_SharedRendererUtils.java:77) > at org.apache.myfaces.shared_impl.renderkit.RendererUtils.findUIOutputConverter(RendererUtils.java:407) > at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getConvertedUIOutputValue(RendererUtils.java:769) > at org.apache.myfaces.shared_impl.renderkit.html.HtmlTextRendererBase.getConvertedValue(HtmlTextRendererBase.java:274) > at javax.faces.component.UIInput.getConvertedValue(UIInput.java:624) > at javax.faces.component.UIInput.validate(UIInput.java:556) > at javax.faces.component.UIInput.processValidators(UIInput.java:247) > at org.apache.myfaces.context.servlet.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:531) > at org.apache.myfaces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:207) > at javax.faces.component.UIComponent.visitTree(UIComponent.java:773) > at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991) > at javax.faces.component.UIForm.visitTree(UIForm.java:269) > at javax.faces.component.UIComponent.visitTree(UIComponent.java:793) > at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991) > at javax.faces.component.UIComponent.visitTree(UIComponent.java:793) > at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991) > at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialExecute(PartialViewContextImpl.java:360) > at org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:340) > at javax.faces.component.UIViewRoot$ProcessValidatorPhaseProcessor.process(UIViewRoot.java:1390) > at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278) > at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:754) > at org.apache.myfaces.lifecycle.ProcessValidationsExecutor.execute(ProcessValidationsExecutor.java:34) > at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171) > ... 21 more -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira