Problem 2 « Transaction « Spring Q&A





1. Problem with Spring/Hibernate/JPA/JTA transactions    forum.springsource.org

Oct 9th, 2008, 03:03 AM #1 helgi View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 8 Problem with Spring/Hibernate/JPA/JTA transactions Hi all; I've been trying ...

2. Transaction Management configuration problem    forum.springsource.org

Transaction Management configuration problem I'm confused. In the Spring 2.5.5. documentation, section 12.7 Transaction Management, shows following xml as an example of declarative transaction management: Code:

3. MQSeries problem : receive messages in a transaction    forum.springsource.org

MQSeries problem : receive messages in a transaction Hi , I'm working with Spring Batch/Spring JMS to read messages from an MQ Series Queue and i'm struggling to make my JMSItemReader ...

4. Spring + JTA Persistence problem    forum.springsource.org

Spring + JTA Persistence problem Hi to all I got a Web application with JPA, Spring and Hibernate. It works but the transactions doesn't persist (don't save, update either delete). I ...

5. transaction problem    forum.springsource.org

transaction problem i have an annoying problem... I know there are a lot of posts regarding my topic but this did not really help me so far to get rid of ...

6. problem of transactions :TransactionProxyFactoryBean    forum.springsource.org

problem of transactions :TransactionProxyFactoryBean Hi, I have a problem with "org.springframework.transaction.interceptor.Trans actionProxyFactoryBean" From what I understood, this class allow to manage transactions for a service. Here is how I use it ...

7. Help! Store procedure transaction problem - urgent    forum.springsource.org

Help! Store procedure transaction problem - urgent Hello, I have an oracle stored procedure. It is invoked by a quartz timer. I am invoking from the following class Code: public class ...

8. Newbie Problem with simple transaction management    forum.springsource.org

Newbie Problem with simple transaction management Hello! I am using spring 2.5 and have problems with transaction management and rollback. First the relevant part of my xml file: Code:

9. Transaction Management Annotational Problem    forum.springsource.org

Transaction Management Annotational Problem I am using annotation approach while using Transaction in Spring i came across a problem i annotate a class and applied transaction on it it works fine ...





10. Rollback problem when setting up transactions in custom XML schema extension handler    forum.springsource.org

Jan 20th, 2009, 03:42 AM #1 angryant View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Jan 2009 Location Warsaw, Poland Posts 1 Rollback problem when setting ...

11. Problem with hibernate transaction    forum.springsource.org

Problem with hibernate transaction I have got weird error during using transaction in my application. Environment: dm 1.0.1; 1.1.3.RELEASE; hibernate 3.2.6.ga. After I have tried to use 1.1.2.B, but get same ...

12. Serialization problems with Transaction Intercepters    forum.springsource.org

Serialization problems with Transaction Intercepters Hi, I am trying to enable clustering for my Spring, Hibernate based application. while configuring the Quartz schedular for JDBC based approach, I started getting serialization ...

13. hic problem about simple Transaction. please help me hic    forum.springsource.org

hic problem about simple Transaction. please help me hic i just begin with transaction, please help me my config file is: ...

14. Problem with Hibernate Transactions    forum.springsource.org

Problem with Hibernate Transactions We are having an issue with an application that we have. Originally, we set up our architecture using Spring + Struts2 + Hibernate. We have implemented a ...

15. Problem with transactions    forum.springsource.org

Hi, I am using spring and Hibernate with base DAOs, problem with transactions. My data is not getting saved to the MySql DB properly. How to use transaction manager and which ...

16. Problem wiht transactions    forum.springsource.org

Problem wiht transactions I am learning about hibernate and spring with glassfish. The select operations are ok, but delete operations don't remove but they don't launch errors or exception. Theese are ...





17. Problem with Transaction management    forum.springsource.org

May 26th, 2009, 10:13 AM #1 Apfelsaft View Profile View Forum Posts Private Message Junior Member Join Date May 2009 Posts 2 Problem with Transaction management Hallo Im trying to use ...

18. Problem with Transaction Management    forum.springsource.org

May 26th, 2009, 10:58 AM #1 Apfelsaft View Profile View Forum Posts Private Message Junior Member Join Date May 2009 Posts 2 Problem with Transaction Management Hallo Im trying to use ...

19. Problem in executing hibernate queries using @Transactional    forum.springsource.org

Problem in executing hibernate queries using @Transactional I have a simple method which inserts one record in one entity and update a record in another entity. I'm using @Transactional to have ...

20. Problem with JTA on JPA    forum.springsource.org

Jun 17th, 2009, 12:16 PM #1 mtomy View Profile View Forum Posts Private Message Junior Member Join Date Jun 2009 Posts 3 Problem with JTA on JPA Hello. I'm trying to ...

21. Problems with Hibernate and Spring Data Transactions    forum.springsource.org

Problems with Hibernate and Spring Data Transactions Hi All, I am using spring 2.5, hibernate 3.0 and MySQL DB. While storing data and accesing the application I am facing some problems ...

22. JPA(Hibernate) Transaction problems    forum.springsource.org

Sep 9th, 2009, 12:18 PM #1 cbeck View Profile View Forum Posts Private Message Junior Member Join Date Sep 2009 Posts 1 JPA(Hibernate) Transaction problems We are trying to get Spring ...

23. Problem with JTA transaction rollback    forum.springsource.org

Sep 28th, 2009, 01:05 PM #1 Wookie81 View Profile View Forum Posts Private Message Junior Member Join Date Sep 2009 Posts 2 Problem with JTA transaction rollback I am developing an ...

24. @Transactional method -> debugging problem    forum.springsource.org

Hello Forum, I want to debug a method that has the @Transactional anntotation. Since the CGLIB modifies the bytecode, I get get the message "unable to install the breakpoint". Is there ...

25. Transaction Problem after updating to 3.0.0.RC1    forum.springsource.org

Oct 23rd, 2009, 09:15 AM #1 Nesta View Profile View Forum Posts Private Message Junior Member Join Date Aug 2009 Posts 3 Transaction Problem after updating to 3.0.0.RC1 hi, I know ...

26. @Transactional problem - Spring + Hibernate    forum.springsource.org

@Transactional problem - Spring + Hibernate Hi all, I'm a beginner on Spring + Hibernate and I'm facing a problem. My problem is: Whenever I try to read from my database ...

27. Problem of hibernate transaction control    forum.springsource.org

Problem of hibernate transaction control In my code, I used the annotation to configure the spring environment. When the RuntimeException is thrown from the transactional code, no rollback happened. This is ...

28. Problem with transaction: "createQuery is not valid without active transaction"    forum.springsource.org

Mar 10th, 2010, 08:30 AM #1 SaitoSan View Profile View Forum Posts Private Message Junior Member Join Date Dec 2008 Posts 4 Problem with transaction: "createQuery is not valid without active ...

29. Problem using JTA    forum.springsource.org

Problem using JTA Hi, I am trying to run a sample application with JTA. Following is the codebase. From "debit" method of "FinanceServiceImpl", I am throwing exception if no record is ...

30. Problems with transactions!    forum.springsource.org

Problems with transactions! Hi All! I successfully deployed my new web app with Spring 2.5 + Hibernate 3 support. The main issue is that I cannot delete or update, while I ...

31. @Transactional Problem    forum.springsource.org

Hi, I'm trying to add an operation to a bank account. I have a class operation Code: public class Operation implements java.io.Serializable { ... private Compte compte; } and a compte ...

32. Spring + Hibernate + JTA Problem    forum.springsource.org

May 20th, 2010, 02:16 PM #1 sonusearch View Profile View Forum Posts Private Message Junior Member Join Date Mar 2007 Posts 1 Spring + Hibernate + JTA Problem Hi, I am ...

33. Problem with transaction management    forum.springsource.org

Hi all, I have problem with transaction management and AOP.When i am updating 2 tables in a single transaction, it is not rolling back for exception. But when i use a ...

34. Problems when using transactions    forum.springsource.org

May 25th, 2010, 01:39 PM #1 zeta View Profile View Forum Posts Private Message Junior Member Join Date May 2010 Posts 9 Problems when using transactions hi to all, we have ...

35. problem @Transactional and @TransactionalConfiguration    forum.springsource.org

Jun 30th, 2010, 08:46 AM #1 dvpe View Profile View Forum Posts Private Message Junior Member Join Date Aug 2008 Posts 14 problem @Transactional and @TransactionalConfiguration Hello. I have a Junit ...

36. Transaction Manager problem    forum.springsource.org

Jul 12th, 2010, 08:26 PM #1 francjpd View Profile View Forum Posts Private Message Junior Member Join Date Jul 2010 Posts 19 Transaction Manager problem Hello, i've been learning Spring And ...

37. problem with automatic rollback using AbstractTransactionalDataSourceSpringContextTes    forum.springsource.org

Hi, I am using spring's AbstractHibernateImplTest API for unit testing my application built using spring and hibernate.I am using junit for unit testing.API provides default rollback facility after executing each test ...

38. Problem with @Transactional    forum.springsource.org

Problem with @Transactional Hi, Im using Spring AOP for transactions (interface based), Hibernate as well and everything works right. But implementing some code I found some unexpected behavior, here is the ...

39. AutomaticJobRegistrar problem with @Transactional    forum.springsource.org

Aug 16th, 2010, 12:47 AM #1 deebo View Profile View Forum Posts Private Message Junior Member Join Date Aug 2008 Posts 26 AutomaticJobRegistrar problem with @Transactional I use the AutomaticJobRegistrar to ...

40. Hibernate nested Transaction visibility Problem    forum.springsource.org

Hibernate nested Transaction visibility Problem Hi, Following situation: Im using spring hibernate with a mssql database. I have 2 Transactions. One is nested in an other.The outer transaction has a Propagation.REQUIRED ...

41. Problem using transaction manager    forum.springsource.org

Problem using transaction manager Hi there. I am very new to spring. I looked at many examples of how to use an transaction manager, but I am unable to get it ...

42. Problem while using transaction in spring frame work    forum.springsource.org

Problem while using transaction in spring frame work hi, i got a problem in using spring db declarative transaction.when i put my dao class in transaction i am getting exception while ...

43. Problem when resuming outer transaction    forum.springsource.org

Problem when resuming outer transaction Hi. I have an application, which uses spring (3.0.4) transactional proxies. Application uses org.springframework.transaction.jta.JtaTransaction Manager and runs on Weblogic 10.3. The problem i run into can ...

44. jpa transaction problem    forum.springsource.org

jpa transaction problem Having trouble, using eclipselink, and getting javax.persistence.TransactionRequiredException: Exception Description: No externally managed transaction is currently active for this thread Code: try{ em.merge(aLmFileProcessing); em.flush(); } catch(Exception e){ e.printStackTrace(); } ...

45. Problem with ReflectionTestUtils on transactional components    forum.springsource.org

Problem with ReflectionTestUtils on transactional components Hi, I have the following Spring component with an autowired field. Code: @Service @Transactional(propagation=Propagation.REQUIRED, rollbackFor=Throwable.class) public class PlageCalculServiceImpl implements PlageCalculService { @Autowired private ParametresStore parametresStore; ...

46. Problem with transactional method    forum.springsource.org

Problem with transactional method Hello, I have a problem with a transactional method where I make 3 hibernate update actions. If I put the @transactional, the method only make one update ...

47. Transaction problem with DDL commands    forum.springsource.org

Transaction problem with DDL commands Hi, I'm having a strange problem with some current code I'm working on and would be grateful if anyone can point me in the direction of ...

48. Hibernate Spring JTA Problem    forum.hibernate.org