CMT « JBoss « JPA Q&A





1. CMT and Hibernate's doWorkInNewTransaction    stackoverflow.com

I understand that the hibernate uses the existing transaction in container managed bean. I wonder what would be the result of using Hibernate's TransactionHelper. What would the be the ...

2. CMT not rollingback. JBoss 3.2.1 Hibernate 2    forum.hibernate.org

Author Message phenderson Post subject: CMT not rollingback. JBoss 3.2.1 Hibernate 2 Posted: Mon Sep 01, 2003 12:39 pm Newbie Joined: Sat Aug 30, 2003 5:46 am Posts: 5 This is almost a continuation of http://forum.hibernate.org/viewtopic.php?t=109 I have a Stateless Session bean which containts my hibernate code. My current problem is that DB changes are not getting rolledback when ...

3. Hibernate2 + JBoss 3.2.3 + MBean + CMT    forum.hibernate.org

I've setup JBoss according to the instructions at http://www.hibernate.org/66.html. Now I have a couple of questions: 1. Do I have to call session.flush() at the end of each method in my session beans? If I don't do it, SQL inserts are executed, but not SQL updates. I'm thinking I may have done something wrong - the best thing would be if ...

4. CMT doesn't work with Hibernate+JBoss+MySQL    forum.hibernate.org

5. CMT, Hibernate in JBoss    forum.hibernate.org

I am using Hibernate 3.1 in JBoss 3.2.7. I want to use CMT in my Stateless Session Beans. I couldn't find an example anywhere on how to do this. All examples I see from Hibernate is all doing the following inside the EJB method: o Get Session o Begin transaction o Save/Update o Commit Instead, I want to do: o Get ...

6. Hibernate + WAS + JbossCache + CMT    forum.hibernate.org

ok. To describe the problem I am facing futher, Environment: Hibernate 3.2 , Websphere 6.0, Jbosscache 1.3.0SP4, Jbosscache 1.4.0GA I have enabled Jboss cache as second level cache for Hibernate. Currently it is in a non-clustered and replicated environment. The application uses EJBs and I have a session bean method which participates in a container managed transaction and invokes the hibernate ...