Tomcat « Bean « JSF Q&A





1. JSf 2 with Hibernate Validator 4 and Tomcat 6    stackoverflow.com

The problem I'm having is that my Bean Validation isn't working as I would expect. I have a Session Scoped Managed Bean with a name field that is bound to an h:inputText. ...

2. Why are Managed Beans not loaded in Tomcat?    stackoverflow.com

I created a JSF 2 web application with facelets. The libs for JSF where stored at tomcat/lib, to share it between several applications. I thought maybe it would be better to ...

3. COERCE_TO_ZERO at runtime    stackoverflow.com

This question is similar to: jsf: integer property binded to a inputtext in UI is set to zero on submit but I am not completely satisfied with the solution. The contexts ...

4. Injecting a jBoss EJB to a JSF 2.0 managed bean running in a tomcat web application    stackoverflow.com

I have been looking around for some time, and I cannot find a solution, the problem is as follows:

  1. I have an EJB3 application deployed in jBoss 6.0, with remote ejb's.
  2. I ...

5. JSF - javax.validation.ValidationException: Unable to find a default provider    stackoverflow.com

I added some validation (@NotNull) to managed beans and suddenly got this error. Any ideas what might cause it? The application run in Apache Tomcat 7.

javax.validation.ValidationException: Unable to find a default ...