1. Spring Transaction Management with Hibernate and MySQL, Global and Local stackoverflow.comIm working on developing a webapplication with MySQL Server 5.1, Spring 3.0.5 and Hibernate 3.6. I use Springs Transaction Management. Im a newbie, so please be patient with me if I ... |
2. Springs Transaction Management - Understanding Spring Reference, Global/Local, Programmatic/Declarative - Two Questions stackoverflow.comIm working with the Spring Framework 3.0.5 and the Hibernate Framework and Im starting to use now Springs Transactionmanagement. I have some questions, just to understand how Springs Transactionmanagement works. 1) I read ... |
3. How to manage global transaction on Step? forum.springsource.orgHi, i want to manage global transaction (and not use commit-interval) on a step. How can i do this? i found the StepExecutionListener class but, it's not very clean process ! ... |
4. Setting a Global Transaction timeout using JTA? forum.springsource.orgSetting a Global Transaction timeout using JTA? Hi - Using Weblogic 8.1, I have tried to set the global tx timeout using Spring (rather than BEA config.xml). I looked up the ... |
5. Spring To Spring through RMI calls (Global transaction) forum.springsource.orgHi all, I work on a fully distributed application (yes I know, not usually advised) and I would like no to use EJB. 1) I wonder if there is any possibility ... |
6. Global Transaction forum.springsource.orgGlobal Transaction Hi everybody, I would like to know if it's possible to use JmsTransactionManager and HibernateTransactionManager together in this way: I take a jms message in a jms-transaction then I ... |
7. Cannot start a global transaction. A LocalTransactionContainment is already active w forum.springsource.orgNov 7th, 2005, 08:41 AM #1 carmine.scotto View Profile View Forum Posts Private Message Junior Member Join Date Nov 2005 Posts 3 Cannot start a global transaction. A LocalTransactionContainment is already ... |
8. Strict handling of global transaction rollbacks seems wrong forum.springsource.orgStrict handling of global transaction rollbacks seems wrong I've run into the exception: Code: org.springframework.transaction.UnexpectedRollbackException: Transaction has been rolled back because it has been marked as rollback-only I have a scenario ... |
9. WAS 6.0 - Spring Integration- Issues in Global Transaction forum.springsource.orgWAS 6.0 - Spring Integration- Issues in Global Transaction Hi, We have websphere v6 hosted application with service tier designed using spring. The db connection [Non XA Oracle Data Source] is ... |
10. Is Spring Batch capable of participating in global transactions? forum.springsource.orgIs Spring Batch capable of participating in global transactions? I have a job that reads items from a file, performs some business logic and then writes the resulting items (one by ... |
11. Error for global transaction using multiple datasources forum.springsource.orgError for global transaction using multiple datasources Hi All, I am using weblogic 10 MP1 for our application servers. the service layer uses EJB 2.1, Spring 1.8 and hibernate 3.0. EJB ... |
12. Avoid enlisting in global transaction forum.springsource.orgAvoid enlisting in global transaction Hi! I've got a dao which uses datasource (from the container) - and a logger which logs to JMS during this call. The jms sending should ... |
13. Usage of Spring Batch in global transactions? forum.springsource.orgUsage of Spring Batch in global transactions? I have configured one transactionManager (by using the websphere supported platformtransactionmanager), and two datasources referenced via jee:lookup. One datasource for the job repository and ... |
14. Programmatic Transaction in a global transaction forum.springsource.orgProgrammatic Transaction in a global transaction Hi all, I am using WAS 6.1, DB2 database which is XA enabled. I am using websphere scheduler which invokes a stateless session bean method ... |