jboss « JPA « JSF Q&A





1. Error while trying to persist JPA entity    stackoverflow.com

I'm getting an error when I try to persist an entity from a class. I created the class UserController, and when I try to execute the Register method, the em.pertist(usr) line ...

2. How create a project with JSF 2 + Eclipse Java EE Web Developers + Hibernate?    stackoverflow.com

i really need to create a simple project with these technologies, I already know how create a JSF 2 project in Eclipse. But i don't know how to insert hibernate and make ...

3. CDI, Hibernate JSF on jetty    stackoverflow.com

I am trying to make Weld, hibernate, jsf combination work on Jetty. The best approach I found on internet was http://www.laliluna.de/articles/2011/01/12/jboss-weld-jpa-hibernate.html . It was a pain to clean up the ...