Marten,
The class which is injected the transactionManager is a singleton as the transactionManager itself.
We open one transaction inside another one because we need to garantee that the fisrt...
Type: Posts; User: elielgs; Keyword(s):
Marten,
The class which is injected the transactionManager is a singleton as the transactionManager itself.
We open one transaction inside another one because we need to garantee that the fisrt...
Dear Marten,
All the application uses the same session factory "AnnotationSessionFactoryBean" and each thread uses the same Session instance.
The problem is when in the same Thread using the...
Hello,
We´re using the Spring Framework as a manager layer for all transactions in our application.
When using HibernateTransactionManager, each opened transaction opens a new database...