1. Spring JTA TransactionManager config: Supporting both Tomcat and JBoss stackoverflow.comI have a web application using JPA and JTA with Spring. I would like to support both JBoss and Tomcat. When running on JBoss, I'd like to use JBoss' own TransactionManager, ... |
2. spring transactional cpool. Which one do I use? stackoverflow.comI originally set up spring with xapool, but it turns out that's a dead project and seems to have lots of problems. I switched to c3p0, but now I learn that the ... |
3. Spring global transaction commited after getting an element stackoverflow.comI am using Spring and Hibernate with Jta Transactions, I have 2 databases, and I have a problem in a transactional method. In this method I insert a lot of objects but ... |
4. Using JOTM transaction manager Doesn't works on Tomcat stackoverflow.comFacing a strange problem here, below is the configuration i am using: 1. Apache Tomcat 6.0.26 2. mySql 3. Spring framework+ Hibernate We have used JOTM for transaction management
|
5. Spring 3 + JTA + JOTM + JMS + Hibernate ? forum.springsource.orgSpring 3 + JTA + JOTM + JMS + Hibernate ? Hi everybody, I would like to know how Spring JTA, JOTM, datasources and JMS interact each others. In fact, i ... |
6. HELP: jotm standalone w/ JdbcTemplate rollback not working forum.springsource.orgDec 15th, 2004, 08:26 PM #1 calvin View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Aug 2004 Location berkeley, ca, usa Posts 13 HELP: jotm standalone ... |
7. Configure JTA (JOTM) to share hibernate and jdbc connection? forum.springsource.orgApr 6th, 2005, 09:24 AM #1 ingramchen View Profile View Forum Posts Private Message Junior Member Join Date Apr 2005 Posts 6 Configure JTA (JOTM) to share hibernate and jdbc connection? ... |
8. Setting transaction timeout on Jotm Current/JotmFactoryBean forum.springsource.orgSetting transaction timeout on Jotm Current/JotmFactoryBean We are using JOTM for Transaction Manager functionality when running our code outside of an app server. Our configuration looks like this: Code: |
9. Suspending and resuming transaction marked for rollback w/ JOTM forum.springsource.orgSuspending and resuming transaction marked for rollback w/ JOTM I'm having a problem w/ JOTM and Spring, and I'm just wondering if anyone else knows anything about this off hand. It ... |
10. A strange question about spring transaction and jotm forum.springsource.orgA strange question about spring transaction and jotm In my application,I use jotm to manage jta trasaction,but there are Exception: [ERROR] 2006-02-08 09:36:23 method:com.fudannet.collierysecurity.action.securi ty.AuthAction.doLogin(AuthAction.java:63) - org.springframework.orm.hibernate3.HibernateSystem Exception: java.sql.SQLException: StandardXAConnectionHandle:commit:This connection ... |
11. How do Spring JPA use JOTM(JTA) transaction?? forum.springsource.orgI use Spring 2.0M3,now can use hibernate entitymanager. But I maybe need use JTA in the future, is there any suggestions? my app server is TOMCAT 5.5.x |
12. Spring+ hibernate with JOTM transaction forum.springsource.orgSpring+ hibernate with JOTM transaction All, I have been trying to integrate JOTM transaction in Spring with Hibernate as my persistence mechanism. My development environment is Jboss. For some reason my ... |
13. Spring Ibatis JOTM - Programmatic transaction Management- How to ? forum.springsource.orgSpring Ibatis JOTM - Programmatic transaction Management- How to ? Hi All, I have a big project (work in progress) implemented with Spring/Ibatis - and am very happy with the current ... |
14. jotm transactions not working - help pls forum.springsource.orgJul 21st, 2006, 12:27 PM #1 Kisu_san View Profile View Forum Posts Private Message Junior Member Join Date Jul 2006 Location Canterbury, UK Posts 22 jotm transactions not working - help ... |
15. Hibernate session not joining transaction with JSE/Spring/JOTM/jTDS forum.springsource.orgHibernate session not joining transaction with JSE/Spring/JOTM/jTDS JSE: 1.5.0_05 Spring: 1.2.7 Hibernate: 3.1.2 JOTM: 2.0.10 jTDS: 1.2 I'm trying to use Spring-managed JTA transaction via JOTM but the problem I'm currently ... |
16. Transactions using Hibernate,JTA,JOTM w/ 2 Datasources not rolling back forum.springsource.orgTransactions using Hibernate,JTA,JOTM w/ 2 Datasources not rolling back Hello folks, I am having an issue with transactions using Hibernate/Spring/JTA/JOTM. The problem is that, a transaction that is executed in one ... |
17. Transactions with JOTM forum.springsource.orgNov 13th, 2007, 10:15 AM #1 cchalmers View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 3 Transactions with JOTM Hi all, I'm having some trouble ... |
18. Jta/JOTM in Tomcat, transaction rollback problem with two datasources forum.springsource.orgMar 19th, 2008, 10:49 AM #1 MuLdErZ View Profile View Forum Posts Private Message Junior Member Join Date Jun 2007 Posts 8 Jta/JOTM in Tomcat, transaction rollback problem with two datasources ... |
19. JOTM and JTA Config Problems forum.springsource.orgJOTM and JTA Config Problems NPE when starting up and I'm unsure where I'm going wrong. Any ideas? Code: |
20. Transaction Problem (JOTM, Spring and Hibernate with XADataSources) forum.springsource.org |
21. JTA, JOTM, JPA: JTA transaction unexpectedly rolled back (maybe due to a timeout) forum.springsource.orgJTA, JOTM, JPA: JTA transaction unexpectedly rolled back (maybe due to a timeout) I'm utilising JTA via JOTM, using JPA. With one record being commited I'm succeeding, but several thousand I'm ... |
22. Spring + Hibernate + JMS transaction in using JOTM ?? forum.springsource.orgSpring + Hibernate + JMS transaction in using JOTM ?? Hi everybody, I want to use JOTM to put the Hibernate transaction and JMS transaction together. After some research in forum ... |
23. JTA Transaction Configuration Problem (Spring+JPA+JOTM+Tomcat 6.0) forum.springsource.orgJTA Transaction Configuration Problem (Spring+JPA+JOTM+Tomcat 6.0) Hi, I am trying to configure Spring to use JTA transactions in an application running inside the Tomcat 6.0 web sever. Below are my config ... |
24. Declarative Transaction while using JOTM forum.springsource.orgDeclarative Transaction while using JOTM Hi, I have having some problem while using Declarative transaction. I am using JOTM as we have to deal with 2 different resources ASA / Oracle. ... |
25. Spring managed Hibernate in JTA env. provided by JOTM forum.hibernate.org |
26. Hibernate + Spring + JOTM Transaction manager forum.hibernate.org |