ejb « Seam « JPA Q&A





1. Seam - how to deatach entity    stackoverflow.com

I'm working on Seam project and have following problem - there is an ajax edit form and many interactions with this form affect (mutate) underlying entity and are changed in db ...

2. Specification violation EJB3 JPA 6.2.1.2    seamframework.org

I think the way you configure it would be OK with JPA outside an application server, you should use a datasource instead. Moreover the Hibernate transaction factory class you chose talks about JTA, and you have to run within an application server to have JTA available, so I understand it expects a JTA datasource.