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 ... |
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: |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
|
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: |
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 ... |
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 ... |
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 ... |
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 ... |
hic problem about simple Transaction. please help me hic i just begin with transaction, please help me my config file is: ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
@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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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(); } ... |
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; ... |
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 ... |
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 ... |
|
|
|
|