websphere « Transaction « Spring Q&A





1. WAS 6.1, JPA with JTA, Hibernate, Spring : data retrieval problem    stackoverflow.com

I'm running an application with the following components:

  • Oracle 9i
  • WAS 6.1.0.23 with WS and EJB3 features pack
  • JPA with Hibernate 3.3.2.GA as provider (with Hibernate-EntityManager 3.4.0)
  • Spring transaction manager for WAS : UowTransactionManager (spring ...

2. Cannot enlist Synchronization. LocalTransactionCoordinator is completing or completed issue with hibernate spring transaction    stackoverflow.com

I am getting Cannot enlist Synchronization. LocalTransactionCoordinator is completing or completed exception when integrating my method is called from the portlet. I am using spring transaction management for handling all the hibernate ...

3. AbstractMethodError on deploy with @Transactional, Spring 2.5 and cglib    stackoverflow.com

Hope you can help with this. I'm using the Spring @Transactional annotation to mark a method transactional, and I have the requisite <tx:annotation-driven transaction-manager="txManager"/>. I'm including Spring 2.5.6 and cglib 2.1_3 ...

4. Spring, XA and WebSphere    stackoverflow.com

I am trying to get XA transactions working in a Spring v3 application inside WebSphere v7. My App Context reads:

<bean id="jmsConnectionFactory" 
        class="org.springframework.jndi.JndiObjectFactoryBean">
   ...

5. Long transaction in WebSphere 6.1 results in OutOfMemoryException    stackoverflow.com

I’m running a synchronization / batch job (synchronizeXXX() that inserts 111821 records in an Oracle database using Hibernate 3.2.5GA / Spring 2.5.6 in one long running transaction (>4 hours) but it ...

6. Exception caught from before_completion synchronization operation: org.hibernate.SessionException: Session is closed!    stackoverflow.com

I am using Spring with Hibernate Envers to insert record into audit tables. When Wicket application (web) calls service, I see Spring uses OpenSessionViewFiler and sets flushmode to Manual. AuditProcess class ...

7. "no transaction is in progress" error while using @Transactional    stackoverflow.com

All, I am trying to use the annotational transaction in Spring and getting the javax.persistence.TransactionRequiredException: no transaction is in progress error all the time. Eror stacktrace:

[22:40:11:354] 00000024 SystemErr     R javax.persistence.TransactionRequiredException: ...

8. Transaction Timeout (WebSphere, DataSource DB2)    forum.springsource.org

Transaction Timeout (WebSphere, DataSource DB2) Hi, I work with WSAD5.1.2/WebSphere5.1 test environment. Using the JtaTransactionManager to write in a DB2 v8.1.3 datasource (the ds is ok, i can read/write without any ...

9. Spring 3.0 + EHCache transaction management in IBM Websphere 6.1    forum.springsource.org

Spring 3.0 + EHCache transaction management in IBM Websphere 6.1 Hello, I am using Spring 3.0.x, Ehcache 2.2, Sybase ASE 12.x, IBM Websphere v6.1.0.35 in my project. I would like to ...





10. AOP transaction proxy in WebSphere 5.1: thread problem?    forum.springsource.org

AOP transaction proxy in WebSphere 5.1: thread problem? hi! In WebSphere app server 5.1 we are doing the following: 1. remote SLSB with BMT delegates to Spring-configured business object BO1, which ...

11. Running JPA (Hibernate3) and JTA on IBM Websphere 6.1 & 7    forum.springsource.org

Jun 18th, 2011, 04:08 AM #1 lussenvi View Profile View Forum Posts Private Message Junior Member Join Date Apr 2009 Posts 6 Running JPA (Hibernate3) and JTA on IBM Websphere 6.1 ...

12. iBatis SqlMaps, Websphere and transactions    forum.springsource.org

iBatis SqlMaps, Websphere and transactions Just wondering if anyone has had experienced this problem. I'm using Spring, iBatis and Websphere 4 and am trying to utilise the lazy loading capabilities of ...

13. JTA Transaction Manager for WebSphere DataSource Throwing Exception    forum.springsource.org

Oct 11th, 2011, 06:19 AM #1 seanmc View Profile View Forum Posts Private Message Junior Member Join Date Oct 2011 Posts 3 JTA Transaction Manager for WebSphere DataSource Throwing Exception Hi ...

14. Websphere BMP transaction starting too early.    forum.springsource.org

Websphere BMP transaction starting too early. I would like to configure spring such that it initiates a BMT within websphere using the Oracle XA datasource. As spring starts a transaction I ...

15. WebSphere 5.1, LocalSessionFactoryBean, Hibernate lock    forum.springsource.org

We are running WebSphere 5.1 with Spring 1.2 and Hibernate 2.1. In some cases we get a lock as described at http://www.hibernate.org/204.html. Would it be best to extend LocalSessionFactoryBean and use ...

16. Websphere 6 JTA question    forum.springsource.org

I want to have a transaction on a method which a. saves data using hibernate AND b. Calls a session bean method in Websphere which sends a message to MQ So, ...





17. TransactionManager on websphere 5.1    forum.springsource.org

TransactionManager on websphere 5.1 Hi guys. Im having the following problem: When I deploy a web application that access an ejb module and I define the transaction manager on the ejb ...

18. Problems in transaction suspension using jta transaction manager for websphere    forum.springsource.org

Problems in transaction suspension using jta transaction manager for websphere Heres the scenario - Component A method a() - PROPOGATION_REQUIRED calls - Component B method b() PROPOGATION REQUIRED calls method b1() ...

19. Is WebSphere forcing J2EE Transaction Usage?    forum.springsource.org

Is WebSphere forcing J2EE Transaction Usage? We are currently using Spring 1.2.8 in our Web Application running on IBM's WAS(WebSphere Application Server) version 5.1. We dont have the need to use ...

20. QueryTimeout and JTA on Websphere    forum.springsource.org

Hello, I'm using JdbCtemplate to call an Oracle Procedure. I'm trying to set a QueryTimeOut on the statement to avoid too long execution time in Oracle. When I'm using DataSourceTransactionManager, everything ...

21. WebSphere 6 + servlet init() spring data access gives JTA error    forum.springsource.org

Apr 28th, 2006, 01:07 PM #1 planocodr View Profile View Forum Posts Private Message Junior Member Join Date Apr 2006 Posts 5 WebSphere 6 + servlet init() spring data access gives ...

22. Advantages of using Spring declarative transactions for EJB code in WebSphere    forum.springsource.org

Advantages of using Spring declarative transactions for EJB code in WebSphere Is there an advantage to using Spring's TransactionManager bean for classes that are used in an EJB MDB deployed in ...

23. JTA in WebSphere    forum.springsource.org

JTA in WebSphere Hello, I would like Spring's WebSphere support regarding global transactions to be clarified. http://www-128.ibm.com/developerwork...m=266#13863258 The link above suggests that there are issues when using WebSphereTransactionManagerFactoryBean and suspended transactions. ...

24. WebSPhere User Transaction and Spring Transaction    forum.springsource.org

WebSPhere User Transaction and Spring Transaction In WAS Express 6.0 I have started a user transaction in the name jta/usertransaction.This transaction is working fine and test cases are passed.But when a ...

25. JTA Tx and Hibernate on Websphere 5.1    forum.springsource.org

Jun 6th, 2007, 01:19 PM #1 Springmaster View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 7 JTA Tx and Hibernate on Websphere 5.1 I have ...

26. JTA Tx and Hibernate on Websphere 5.1    forum.springsource.org

Jun 6th, 2007, 01:21 PM #1 Springmaster View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 7 JTA Tx and Hibernate on Websphere 5.1 I have ...

27. JTA Tx and Hibernate on Websphere 5.1    forum.springsource.org

Jun 6th, 2007, 01:28 PM #1 Springmaster View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Posts 7 JTA Tx and Hibernate on Websphere 5.1 I have ...

28. Transactions and Websphere MQ    forum.springsource.org

Transactions and Websphere MQ Hi, I'm writting a standalone Java 1.4 application that communicates with a Websphere Application Server 5.1 installation on Windows 2003. Through my WAS I can lookup a ...

29. Spring & WebSphere AS transactions    forum.springsource.org

Spring & WebSphere AS transactions I'm developing an application that uses Spring 1.2.9 and runs in WebSphere AS 6.0. The application uses Spring's declarative transactions in both the web and EJB ...

30. WebSphere transaction management    forum.springsource.org

WebSphere transaction management We are now using Spring 2.0.6 and have concerns to entirely to Spring 2.5 due to some backward incompatibility in other modules. Now, we want to use the ...

32. Transactions & WebSphere: 1PC vs XA    forum.springsource.org

Transactions & WebSphere: 1PC vs XA Hello, My application is an EAR deployed on WebSphere 6.0.1. I'm declaring transacton boundaries with Spring 2.5.3. No matter what TM I use, I'm getting ...

33. Websphere 61 Spring 2.5 JTA JPA/Hibernate configuration    forum.springsource.org

Sep 17th, 2008, 09:01 AM #1 Thierry.M View Profile View Forum Posts Private Message Junior Member Join Date Sep 2008 Posts 2 Websphere 61 Spring 2.5 JTA JPA/Hibernate configuration Hello, I ...

34. Problem with transaction on Websphere 6.1, Spring and JPA/Hibernate    forum.springsource.org

Problem with transaction on Websphere 6.1, Spring and JPA/Hibernate Hello, I'm currently migrating an application from Websphere 6.1.0.17, Spring 2.5.4 and Hibernate 3.3.1 to JPA (Hibernate entityManager 3.4.0). Transactions are managed ...

35. Spring Transaction Management for Websphere    forum.springsource.org

Spring Transaction Management for Websphere Hey guys!! Happy New Year! I am facing a strange behavior with spring tx management, maybe any of you has faced the same problem. Here's the ...

36. Websphere 6.1 + JPA with Hibernate : Transaction problem    forum.springsource.org

Websphere 6.1 + JPA with Hibernate : Transaction problem Hello all, I'm facing the following problem when using WAS 6.1 + JTA + JPA with Hibernate and Spring defining the transaction ...

37. How to participate to websphere existing transaction    forum.springsource.org

Hi, i need to participate in an existing transaction with my spring application deployed into websphere 6.1. Could someone post me a sample code? Thanks D.

38. transactionManager in Websphere    forum.springsource.org

Jul 28th, 2010, 09:36 AM #1 roehrijn View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Location Germany Posts 3 transactionManager in Websphere Hello, my Spring based ...

39. WebSphere Transaction Manager, Multiple Datasources and a checked exception    forum.springsource.org

WebSphere Transaction Manager, Multiple Datasources and a checked exception Hi all, I'm getting a connection timeout issue that appears rather randomly. I'm wondering if it might be due to my configuration. ...

40. Transaction propagation from Spring to Websphere    forum.springsource.org

Transaction propagation from Spring to Websphere Hello, I have a Spring Webservice Application, which is running on JBoss. IT is using JTA transaction using AOP. From this Webservice application i am ...

41. Hibernate + Spring + WebSphere + JTA config help    forum.hibernate.org

42. JTA Tx issue with Spring+Hibernate in websphere    forum.hibernate.org