1. What is the correct usage of the Seam @Transactional annotation? stackoverflow.comI'm a bit confused about the meaning of values used in the @Transactional annotation, specifically @TransactionPropagationType. Perhaps Gavin thought it would be obvious enough from the name ... |
2. Best way to retry a transaction with Seam & Hibernate stackoverflow.comI've got a Seam web application working with Seam & Hibernate (JDBC to SQLServer).
It's working well, but under heavy load (stress test with JMeter), I have some |
3. Seam EntityQuery without Transactions? stackoverflow.comI'm using the code found here for Ajax ordered/pagination support for a Seam EntityQuery. The code itself is working great, and I am able to sort my data ... |
4. convertEntity + Seam + Hibernate EJB Container Transaction seamframework.org |
5. How to rollback transaction in Seam JPA maanged EM? seamframework.org |
6. How to rollback tx in Seam JPA seamframework.org |
7. SEAM 3 PERSISTENCE JPA JTA seamframework.orgI'm using seam 3 persistence, hibernate 4xx, JTA, JBOSS as 7, weld, richfaces 4.0.FinalMy problem is: detached entity passed to persist;It happens because each method executes in transaction, so, causes persistence context has been detached.I wanna call "public void setCurrentId(String id){", set instance by entitymanager find, edit on my jsf2.0 form, and then, persit to the database.My relevant code:@Named("myHome")@ViewScopedpublic class MyHome ... |
8. SEAM 3 PERSISTENCE JPA JTA HIBERNATE seamframework.orgI'm using seam 3 persistence, hibernate 4xx, JTA, JBOSS as 7, weld, richfaces 4.0.FinalMy problem is: detached entity passed to persist;It happens because each method executes in transaction, so, causes persistence context has been detached.I wanna call "public void setCurrentId(String id){", set instance by entitymanager find, edit on my jsf2.0 form, and then, persit to the database.My relevant code:@Named("myHome")@ViewScopedpublic class MyHome ... |
9. Problem with Hibernate + SEAM + CMT Transaction + JBossCache forum.hibernate.org |
10. seam hibernate transactions not correctly supported BMT forum.hibernate.orgNewbie Joined: Tue Nov 15, 2005 7:20 am Posts: 17 I know this is not the Seam forum, but much of the problem is related to hibernate,jboss. I've horrable problems getting into the seam forum, and as I format the text i get ejected or the tesulting text is simply not accepted BMT Transactions general remak:> I've got a problem with ... |