1. WAS 6.1, JPA with JTA, Hibernate, Spring : data retrieval problem stackoverflow.comI'm running an application with the following components:
|
2. Cannot enlist Synchronization. LocalTransactionCoordinator is completing or completed issue with hibernate spring transaction stackoverflow.comI 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.comHope you can help with this. I'm using the Spring |
4. Spring, XA and WebSphere stackoverflow.comI am trying to get XA transactions working in a Spring v3 application inside WebSphere v7. My App Context reads:
|
5. Long transaction in WebSphere 6.1 results in OutOfMemoryException stackoverflow.comI’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.comI 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.comAll, 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:
|
8. Transaction Timeout (WebSphere, DataSource DB2) forum.springsource.orgTransaction 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.orgSpring 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.orgAOP 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.orgJun 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.orgiBatis 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.orgOct 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.orgWebsphere 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.orgWe 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.orgI 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.orgTransactionManager 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.orgProblems 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.orgIs 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.orgHello, 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.orgApr 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.orgAdvantages 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.orgJTA 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.orgWebSPhere 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.orgJun 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.orgJun 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.orgJun 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.orgTransactions 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.orgSpring & 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.orgWebSphere 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 ... |
31. Rollback not working - Distributed transaction - websphere forum.springsource.org |
32. Transactions & WebSphere: 1PC vs XA forum.springsource.orgTransactions & 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.orgSep 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.orgProblem 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.orgSpring 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.orgWebsphere 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.orgHi, 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.orgJul 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.orgWebSphere 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.orgTransaction 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 |