[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1237) Examples are broken

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Tue Apr 24 05:13:31 EDT 2007


Examples are broken
-------------------

                 Key: JBSEAM-1237
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1237
             Project: JBoss Seam
          Issue Type: Bug
          Components: Examples
            Reporter: Shane Bryzak
            Priority: Blocker
             Fix For: 1.3.0.BETA1


A number of the examples are broken, most likely because of the upgrade to the JSF RI.  Before the next release we need to fix them all and test them thoroughly.  A few examples:

The booking example throws the following exception when searching for hotels:

javax.faces.el.MethodNotFoundException: /main.xhtml @24,101 actionListener="#{hotelSearch.find}": Method not found: Hote
lSearchingAction:abe6-pthmok-f0w4r0et-1-f0w4v1kx-r.find(javax.faces.event.ActionEvent)
        at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:71)
        at javax.faces.component.UICommand.broadcast(UICommand.java:376)
        at org.ajax4jsf.framework.ajax.AjaxActionComponent.broadcast(AjaxActionComponent.java:47)
        at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180)
        at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158)
        at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:329)
        at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
        at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
        at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63)
        at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60)
        at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49)

The seam-issues example throws a NoClassDefFoundError when opening the home page:

java.lang.NoClassDefFoundError
	org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.writePrettyLineSeparator(HtmlRendererUtils.java:484)
	org.apache.myfaces.custom.datalist.HtmlListRenderer.encodeBegin(HtmlListRenderer.java:54)
	javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785)
	javax.faces.component.UIData.encodeBegin(UIData.java:879)
	org.apache.myfaces.component.html.ext.HtmlDataTableHack.encodeBegin(HtmlDataTableHack.java:169)
	javax.faces.component.UIComponent.encodeAll(UIComponent.java:884)
	javax.faces.render.Renderer.encodeChildren(Renderer.java:137)
	javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809)
	javax.faces.component.UIComponent.encodeAll(UIComponent.java:886)
	javax.faces.component.UIComponent.encodeAll(UIComponent.java:892)


Security is broken for the manager user in dvd store (the manager/manager login doesn't work).



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list