error « Seam « JSF Q&A





1. error in combobox using SEAM 2.1.2 and JBOSS 4.2.3GA    stackoverflow.com

I'm trying to create a combobox on a sean project and the sean tags are not recognizing my session bean method, but if i display the list in a simple table ...

2. i got the following error while deploying seam application    stackoverflow.com

Exception during request processing:
Caused by javax.servlet.ServletException with message: "#{registration.register}: javax.ejb.EJBTransactionRolledbackException"
javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
org.jboss.seam.web.RedirectFilter.doFilter(Re 

4. Error in using JSON with Seam(Seam + JBoss + JSF)    seamframework.org

HiI am using JSON with web based Seam project(SEAM, JSF, JBoss).It's working fine with some of the web pages(like login page and home page) but it cought an error ERROR: Object doesn't support the property or method." If i click the 'YES' button to debug, Visual Studio Just in time debugger open the Find Source dialogue with file name 3_3_0.BETA1org.ajax4jsf.javascript.PrototypeScript.seamCan any ...

6. error with JSF 2 RI and Seam 2.1.1.GA app    seamframework.org

7. SeamTest, simulate JSF actions with error    seamframework.org

8. error in running seam enabled JSF project    coderanch.com

I have a project built by JSF. I want to use Seam framework to integrate into my project. So I read this article http://www.ibm.com/developerworks/java/library/j-seam1/index.html I followed the instruction from there, add jar files for hibernate and seam, changed web.xml and face-config.xml, and add an empty seam.properties. After that, I created a war file and try to deploy it on tomcat 5. ...