transaction 2 « Transaction « Spring Q&A





1. the transaction not work    forum.springsource.org

Aug 3rd, 2005, 04:26 AM #1 jinghong View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Posts 8 the transaction not work I used Spring DAO, but ...

2. Transactions not rolling back    forum.springsource.org

Aug 9th, 2005, 04:28 PM #1 dune View Profile View Forum Posts Private Message Junior Member Join Date Mar 2005 Posts 11 Transactions not rolling back The situation is as follows: ...

3. Selecting new keys mid-transaction    forum.springsource.org

Selecting new keys mid-transaction I need to insert a pair of related objects in a single transaction with Hibernate 3. I cannot use Hibernate's built-in cascading because my DAO performs special ...

4. transaction best practices    forum.springsource.org

Hi, could anybody recommend some articles/books/whitepapers on transaction best practices? which methods and why should be in transactions? should I use nested transactions? limitations/ warnings when using transactions.... we need to ...

5. Transaction rolling back - What's wrong ??    forum.springsource.org

Aug 16th, 2005, 02:43 AM #1 vaibhavkhattri View Profile View Forum Posts Private Message Junior Member Join Date Aug 2005 Posts 14 Transaction rolling back - What's wrong ?? Hi everyone, ...

6. Transaction Processing with Spring    forum.springsource.org

Transaction Processing with Spring Ok, I am working on a next iteration of a system that processes credit cards through a varied interfaces (web, cell phone, wap, asterisk). We have really ...

7. Client Defined Transactions    forum.springsource.org

Client Defined Transactions Hi I have a general problem I am trying to resolve and have got my self all confused so I thought I would try to get some help. ...

8. Remoting and transactions.    forum.springsource.org

I have a question about transactions and remoting. Making a remote connection with Spring is peanuts... but how should one deal with transactions and remoting?

9. Stuck with Transactions    forum.springsource.org

Stuck with Transactions I have in the past successfully built web applications that use Spring and Hibernate with transaction support provided by HibernateTransactionManager. My grasp on how all that worked isn't ...





10. Spring and transactions    forum.springsource.org

Spring and transactions Hey, If I have a bean X with method Y similar to: public void Y() { // do something in a JTA transaction logger.info("Something was done"); // do ...

11. Transaction spanning across many objects in the system    forum.springsource.org

Transaction spanning across many objects in the system I am building an application which has the following flow: webservice1 --> jmsqueue1 --> mdb1 --> jmsqueue2 --> mdb2 --->... webservice1 - receives ...

12. Wrapping an ApplicationListener in a Transaction    forum.springsource.org

Wrapping an ApplicationListener in a Transaction I have an ApplicationListener that makes use of a DAO, and I want the onApplicationEvent method to be performed in a Transaction. In my config ...

13. Transaction lifecycle    forum.springsource.org

Transaction lifecycle We have a need to do some work when a Transaction is started, and do some work when a Transaction is completed (both commit and rollback, but need to ...

14. A question about transactions    forum.springsource.org

A question about transactions Hi everyone I have a qustion about transactions.I'm using Spring in conjuntion with Hibernate and Oracle 9i. I'm using HibernateTransactionManager Code: ...

15. What are the default transaction options?    forum.springsource.org

What are the default transaction options? I'm new to Spring and am currently considering converting an existing web application to use the Spring iBATIS functionality, as that seems a good match ...

16. Transaction Management for a Master-Details form    forum.springsource.org

Transaction Management for a Master-Details form Hai all I am trying to make a master-detail form in spring mvc.Now it needs transaction management.The transaction should be same for the master and ...





17. Remoting and Transactions once more    forum.springsource.org

Remoting and Transactions once more Hi there, I'm building a rcp application which communicates throught HTTPInvoker with a server application. There are may beans remotly available from my server. On the ...

18. question about transaction    forum.springsource.org

Nov 22nd, 2005, 09:06 PM #1 YSutarko View Profile View Forum Posts Private Message Member Join Date Aug 2004 Posts 34 question about transaction Hello.. I'm a regular user of SpringFramework ...

19. Mixing transactional and non-transactional data access    forum.springsource.org

Mixing transactional and non-transactional data access I need to understand how mixing data access that uses and doesn't use transactions in the same service calls work. From looking at existing threads ...

20. Help with transaction not rolling back    forum.springsource.org

Help with transaction not rolling back I am trying to use TransactionProxyFactoryBean for declarative transaction management. I am basically reading in files and adding the data to a database. I want ...

21. Transaction not rolling back    forum.springsource.org

Transaction not rolling back Hello I have defined the following transaction manager inside my applicationContext file : I have some business ...

22. Transaction not commited (autocomit = false)    forum.springsource.org

Transaction not commited (autocomit = false) Hello I am using Hibernate in spring and here is snippet from my applicationcontext