Hello

I'm in a Evaluation-Process for a Project, which we would like to realize with 
the EJB 3.0 technology.

I tried to test the seam-framework. So I installed
- JBoss 4.0.4 GA
- Seam 1.0.1 GA

Then I tryed the Seam Registration-Example (Wich is the first Example in the 
Seam-Reference). The Deployment works and I can invoke the first page on 
'http://localhost:8080/seam-registration'. But when i push the "Register" 
Button an Exception occours:

javax.servlet.ServletException: Error calling action method of component with 
id _idJsp0:_idJsp5
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

root cause

javax.faces.FacesException: Error calling action method of component with id 
_idJsp0:_idJsp5
        
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
        javax.faces.component.UICommand.broadcast(UICommand.java:106)
        javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:94)
        javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:168)
        
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343)
        
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


I did the installation step by step as it is mentioned in the reference.

What am I doing wrong?

Thanks for Help!




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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to