sessionfactory « Transaction « JPA Q&A





1. Managing hibernate transactions involving sessions from multiple sessionFactories    coderanch.com

I am trying to wrap transactions spanning multiple databases in a JtaTransactionManager. I am using JOTM to get instance of a userTransaction ...

2. Multiple SessionFactory and transactions    forum.hibernate.org

4. SessionFactory fails when I use JTA    forum.hibernate.org

Newbie Joined: Sun Sep 03, 2006 4:55 pm Posts: 3 Hibernate version:3.1.3 JBoss version:4.0.4.GA I can't get Hibernate to work with JTA. I feel like i've tried everything and i certainly don't want to waste anyone's time but I don't know what else to do so I hope someone here can help. All the Hibernate examples I've done work fine but ...

5. Concurrency & multiple SessionFactories    forum.hibernate.org

Hi, I have a question about how Hibernate works in this scenario. I am developing a set of separate applications that all access the same database. These applications are a mix of web based and stand alone Swing applications, each using their own SessionFactory. All these applications share acess to a single database. Since Hibernate uses Proxy objects and advanced caching ...

6. Multiple Transaction Manager lookups on SessionFactory build    forum.hibernate.org

Is it normal for Hibernate to initialize the Websphere TransactionManagerLookup twice? I've been having some weird retrieval results from my mappings and I'm thinking it might have something to do with this. Code: [11/24/07 15:54:41:960 PST] 1988643c NamingHelper I org.hibernate.util.NamingHelper JNDI InitialContext properties:{} [11/24/07 15:54:42:073 PST] 1988643c InternalDB2Un I DSRA7021I: DB2 Universal XA datasource custom property, retrieveMessagesFromServerOnGetMessage value is changed from ...