1. How do I override the default isolation level when using the Transaction attribute in Spring.Net stackoverflow.comWhen using the Transaction() attribute on a method the default isolation level is ReadCommitted. What I want to do is set the default isolation level to ReadUncommitted in the Spring.NET ... |
2. AOP transaction problem with method overriding! forum.springsource.orgAOP transaction problem with method overriding! Hi guys: I meet a very strange situation with the new aspectj way of aop transaction in Spring 2.0. if I have a child class ... |
3. Override |
4. how to override declarative transaction setting forum.springsource.orghow to override declarative transaction setting In our project, there over 100 business service objects. Since all the BOs only default transaction control, we use something like bellow to implement the ... |
5. Problem with overriding transaction settings forum.springsource.orgHi all, I've got a problem with setting my transaction settings in SpringBatch For special components, I want to specify a different transaction (actually, no transaction at all). I've writen this ... |
6. How to override Weblogic JTA transaction timeout forum.springsource.orgI am using org.springframework.jms.listener.DefaultMessageLis tenerContainer to listen for incoming messages and have configured session as transacted so that JMS message is rolled back in case of runtime exception. Now in weblogic ... |
7. TransactionProxyFactoryBean timeout override forum.springsource.orgTransactionProxyFactoryBean timeout override Hi there, I have set up a bean to wrap a transaction around all create method calls in a bean as listed below. However my application is still ... |
8. Override @Transactional configuration forum.springsource.orgHi all, We plan to use @Transactional on our services, but we would like to define transaction timeout in a global way, and in a way allowing to easily change the ... |