weblogic « Transaction « Spring Q&A





1. Spring Nested Transaction support on Bea Weblogic 10.3    stackoverflow.com

i have a question for you. I have a component that have 2 methods. The first method needs to be attached to a outher transacion started from another component present into ...

2. Spring 3.0 - @Transactional runtime change timeout    stackoverflow.com

We are using Spring 3.0/Hibernate/Weblogic-websphere - Oracle in my project. For transaction management, we are using @Transactional annotation. I have two Questions/concerns, which I hope to get some help from you guys. 1) ...

3. Read only transactions ignored in Weblogic against DB2    stackoverflow.com

Using Spring 3,1 with Hibernate 3,6 against DB2 9,7 that has it's isolation level at CS (cursor stability).... When running locally within Eclipse I am using the HibernateTransactionManager against a Spring JDBC ...

4. Nested transaction problem on weblogic    forum.springsource.org

Nested transaction problem on weblogic Hallo all. I have a problem with a transaction propagation. Here is the interaction diagram. http://www.flickr.com/photos/m4zi/56...ream/lightbox/ The application is an event-driven architecture based on spring-integration deployed ...

5. Weblogic, Hibernate and JTA    forum.springsource.org

Weblogic, Hibernate and JTA After reading through Spring in Action and the online Spring docs, I still don't feel like I have a good grasp of this issue. We're going to ...

6. Hibernate and JTA on WebLogic - doesn't work ?    forum.springsource.org

Apr 25th, 2005, 05:41 PM #1 slawek_zachcial@yahoo.com View Profile View Forum Posts Private Message Junior Member Join Date Mar 2005 Posts 2 Hibernate and JTA on WebLogic - doesn't work ? ...

7. unit testing with weblogic JTA    forum.springsource.org

Hello, I am wondering what is the proper way to test my code with Weblogic and JTA. From what I understand, the datasource needs to be obtained via JNDI, and it ...

8. JTA Transactions in Weblogic 9 with JpaTransactionManager    forum.springsource.org

JTA Transactions in Weblogic 9 with JpaTransactionManager I'm using Spring 2m2 in Weblogic 9 and I'm trying to get my DAO's that extend JpaDaoSupport to participate in JtaTransactions. I'm using Hiberate ...

9. WebLogic 8.1 transaction problems    forum.springsource.org

WebLogic 8.1 transaction problems We are implementing declarative transaction management for our application using Spring 1.2.2. The application is deployed in WebLogic 8.1 and the global transaction spans an Oracle 10g ...





10. Spring JTA Transaction problem with weblogic + ibatis    forum.springsource.org

Spring JTA Transaction problem with weblogic + ibatis I use weblogic 9 and ibatis run on Oracle 10g. It works fine in my site. But there is a urgent problem in ...

11. Transaction management for weblogic rmi wrapped datasource    forum.springsource.org

Transaction management for weblogic rmi wrapped datasource We have an client application that uses spring container. The client is invoked using a standalone jvm. This application does a jndi look up ...

12. JTA Weblogic Transaction rollback problem    forum.springsource.org

JTA Weblogic Transaction rollback problem Hi, I'm using JTA for Transaction management. For one of my method the execution time is sometimes very long, and I set the JTA timeout in ...

13. Sending Message to MQ is not participating in existing Weblogic transaction.    forum.springsource.org

Sending Message to MQ is not participating in existing Weblogic transaction. We are using MessageDrivenBean and have following transction properties, (a) transaction-type = "Container". (b) trans-timeout-seconds = "60" Note : We ...

14. Sending Message to MQ is not participating in existing Weblogic transaction    forum.springsource.org

Sending Message to MQ is not participating in existing Weblogic transaction We are using MessageDrivenBean and have following transction properties, (a) transaction-type = "Container". (b) trans-timeout-seconds = "60" Note : We ...

15. Weblogic JTA Error    forum.springsource.org

Hi, I am trying to invoke a Remote EJB from Spring. Both the data sources use XA drivers and Weblogic JTA I have the following line in my class that calls ...

16. Weblogic JTA > "Could not contact coordinator" error    forum.springsource.org

I have two weblogic domain: domain1, domain2. I configured JTA manager: Code: ...





17. XA transactions - Spring + weblogic    forum.springsource.org

Feb 4th, 2009, 01:57 AM #1 springuser_march View Profile View Forum Posts Private Message Junior Member Join Date Feb 2009 Posts 8 XA transactions - Spring + weblogic Hi, I have ...

18. Transaction management implemenation with Weblogic server 10.2 and Spring 2.0.3    forum.springsource.org

Feb 20th, 2009, 02:55 AM #1 Suresh S murthy View Profile View Forum Posts Private Message Junior Member Join Date Feb 2009 Posts 2 Transaction management implemenation with Weblogic server 10.2 ...

19. Spring JDBC + Weblogic 10.3 Transactions    forum.springsource.org

Spring JDBC + Weblogic 10.3 Transactions I have been trying all day to get transactions to work with Spring JDBC on Weblogic 10.3 and have had no success. First i tried ...

20. Transaction timeout in weblogic and webspher    forum.springsource.org

Transaction timeout in weblogic and webspher Hi, I am using spring batch to transfer data from the Active DB to Passive DB. While transfering 70 k rows , i am getting ...