transaction 6 « Transaction « Spring Q&A





1. Transactions Not Merging    forum.springsource.org

I have a Spring 2.5.6, Spring Security 2.0.4, Hibernate 3.3.1.GA web application that runs in Tomcat and Jetty and makes use of component scanning, constructor injection with autowiring, @Transactional, and @Secured. ...

2. Object not persisted; no transaction?    forum.springsource.org

Jul 3rd, 2010, 09:56 PM #1 jthalliley View Profile View Forum Posts Private Message Member Join Date Nov 2009 Location Metro Detroit, MI Posts 34 Object not persisted; no transaction? Here's ...

3. Jersey + Spring 2.5 + Transaction    forum.springsource.org

Jersey + Spring 2.5 + Transaction Hello. I am fairly new to Spring, so bare with me. I have successfully created the Rest using Jersey with SpringServlet. Now, I am trying ...

4. Cannot be used outside XA transaction scope    forum.springsource.org

Jul 9th, 2010, 11:44 PM #1 Mr_Mister View Profile View Forum Posts Private Message Junior Member Join Date Jun 2010 Posts 2 Cannot be used outside XA transaction scope Dear all! ...

5. Philosophy of transaction management in a job    forum.springsource.org

Philosophy of transaction management in a job Hi, I have got a simple job which reads from a table in a database and does some processing on it (CustomWriter) and persists ...

6. Transaction open then closed...    forum.springsource.org

Transaction open then closed... Hello, my hibernate configuration doesn't work properly. This is my conf: Code: /${configfile.path}hibernate-mappings/**/*.hbm.xml ...

7. Transaction accross splitters, routers, aggregators    forum.springsource.org

Transaction accross splitters, routers, aggregators Hi, I have a poller configured on an inbound channel adapter as "transactional" and found that the transaction does not seem to work the way I ...

8. Transactional REQUIRES_NEW and TestNG    forum.springsource.org

Transactional REQUIRES_NEW and TestNG Hi everyone, in my application I use a file import as an interface to external systems. The file contains customers which can either be new customers or ...

9. currently inserted value from table with in a transaction    forum.springsource.org

currently inserted value from table with in a transaction I need currently inserted value from table with in a transaction. In the particular scenario I cannot use any locking mechanism, because ...





10. Spring Transactions    forum.springsource.org

Hi, We are using an application built on Spring and Hibernate. Hibernate is plugged in as a JPA Implementation vendor. We are using Atomikos Transaction Manager and use Spring Transaction Management. ...

11. help with transaction management    forum.springsource.org

help with transaction management can some one please help me solve the issue here. I have an execute method in my org.ashok.Bo class which will update one table and in the ...

12. no transaction is in progress    forum.springsource.org

no transaction is in progress I have two projects for the same application in Eclipse, and the first project is related to part of business (BOs, DAOs, Bean, Entity, persistence.xml) and ...

13. Transactional Executor with Retry?    forum.springsource.org

Transactional Executor with Retry? Please a bit of advice on the following: I am using a ThreadPoolTaskExecutor to execute slow-external tasks like sending emails. I need to improve this: 1) When ...

14. Simple issue with transactions    forum.springsource.org

Simple issue with transactions Hi, My hibernate configuration is following and my ServiceImpl has annotations @Service and @Transactional But somewhy when saving with entitymanager I get a stack like there is ...

15. Transaction management is not working properly    forum.springsource.org

Hi, I am working on a JSF application in which I am using Spring and hibernate for data access. I am using annotations to mark transaction management in my application. Somehow ...

16. Transaction related question    forum.springsource.org

Hello all, could be a stupid question:- I have a requirement that part of the same transaction, I need to insert and subsequently make two more updates to the same records ...





17. Migrating form spring 2.5 to 3.0.3 : org.springframework.transaction.config.internalT    forum.springsource.org

Oct 7th, 2010, 04:27 AM #1 BenoitGoethals View Profile View Forum Posts Private Message Junior Member Join Date Jan 2008 Posts 4 Migrating form spring 2.5 to 3.0.3 : org.springframework.transaction.config.internalT When ...

18. Howto bind application specific information on a Spring Transaction?    forum.springsource.org

Howto bind application specific information on a Spring Transaction? Sorry for posting the same question again, but the headline was misleading... I want to lazily invoke some action exactly once per ...

19. XAResource working outside transaction    forum.springsource.org

Oct 13th, 2010, 08:48 PM #1 jrodenbostel View Profile View Forum Posts Private Message Junior Member Join Date Aug 2010 Posts 5 XAResource working outside transaction I've got to be missing ...

20. The best way to implement booking and email confirmation in one transaction    forum.springsource.org

The best way to implement booking and email confirmation in one transaction Hello! Everyone, I am using spring and hibernate in my application, I have a booking method that uses getHibernateTemplate() ...

21. Transaction issues (migration from spring 1.2.8 to 3.0.1)    forum.springsource.org

Transaction issues (migration from spring 1.2.8 to 3.0.1) Hi, Im having transaction issues migrating from spring 1.2.8 to 3.0.1 (with hibernate from 3.1.3 to 3.3.1) Heres the problem: I have a ...

22. How to bind request particular facts on the Spring Transaction?    forum.springsource.org

How to bind request particular facts on the Spring Transaction? Sorry for posting precisely the same query again, however the headline was misleading... I desire to lazily invoke some activity specifically ...

23. Starting new transaction(s) from existing without suspending    forum.springsource.org

Starting new transaction(s) from existing without suspending We have a situation where we have written a new object to the database and from that method would like to start multiple potential ...

24. call transaction.begin programmatically    forum.springsource.org

I posted this once before it disappeared. I am using Spring OpenSessionInViewFilter to commit hibernate transactions. My DAO's extends HibernateDaoSupport. whenever I request a database transaction thru a servlet, it works ...

25. Legacy integration - tasklet transaction    forum.springsource.org

Legacy integration - tasklet transaction Hi i am trying to convert a legacy system to spring batch. possibly i am thinking of having 2 steps for my job configuration. 1. step1 ...

26. Automatic transactions with Java Config    forum.springsource.org

I'm trying to use Spring 3.0.5 in pure Java mode without any XML configuration. Unfortunately, I cannot find a Java equivalent for . Is this supported at all? Best regards, Harald ...

27. Transaction management issue    forum.springsource.org

Transaction management issue I have some issues with transaction management and testing. If inside the test I get to EMF and perform em = emf.createEntityManager and from obtained EntityManager i start ...

28. Error channels and transactions    forum.springsource.org

Error channels and transactions Hi, I'm completely stumped as I can't seem to get consistent behaviour when exceptions are encountered in my Spring Integration message flow. The basic flow is: 1. ...

29. No transaction is in progress    forum.springsource.org

PHP Code: