I installed jboss 4.0.4.GA and Seam 1.0.0.GA attempted to build and run the 
examples/booking demo. It failed when attempting to register a new user. The 
EJB3Trail demos work. The Seam 1.0.0.CR3 examples/booking demo works. In both 
cases I modified the build.properties as instructed.

The failure log in the browser:

type Exception report

message

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception

javax.servlet.ServletException: /register.xhtml @67,80 
value="#{register.verify}": $Proxy323
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
        
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

root cause

javax.faces.el.EvaluationException: /register.xhtml @67,80 
value="#{register.verify}": $Proxy323
        
com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
        javax.faces.component.UIOutput.getValue(UIOutput.java:75)
        javax.faces.component.UIInput.validate(UIInput.java:273)
        javax.faces.component.UIInput.processValidators(UIInput.java:144)
        
javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:417)
        javax.faces.component.UIForm.processValidators(UIForm.java:68)
        
javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:417)
        javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:142)
        
org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(LifecycleImpl.java:240)
        
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
        
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

note The full stack trace of the root cause is available in the Apache 
Tomcat/5.5.17 logs.
Apache Tomcat/5.5.17


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950722#3950722

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950722


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to