1. How can I see from which TransactionManager given transaction is created in Spring 3.0 stackoverflow.comIn my spring configuration I have two transaction managers defined for two different databases. Is there a way in spring to check on runtime whether given method is running inside transaction ... |
2. Spring - get used TransactionManager stackoverflow.comI have two transaction managers and was curious if there is some possibility to get the one that has been used.
To be more concrete, how could |
3. JdbcExceptionTranslator usage at SessionFactory or TransactionManager level forum.springsource.orgJan 7th, 2011, 02:09 PM #1 tharshan View Profile View Forum Posts Private Message Junior Member Join Date Mar 2010 Location Toronto Posts 13 JdbcExceptionTranslator usage at SessionFactory or TransactionManager level ... |
4. Relationship between TransactionManager and Transaction Factory Class? forum.springsource.orgInside Hibernate, I have tried to figure this out fully, but still dont quite understand the relationship between the TransactionManager, and the TransactionManagerFactoryClass??? |
5. AbstractRoutingDataSource and TransactionManager forum.springsource.orgSorry by my English. I have TransactionManager working properly. Then i decided implement AbstractRoutingDataSource. Now i can't use @Transactional(propagation = Propagation.REQUIRED_NEW), because this has no effect. How can i do to ... |
6. TransactionManager Error forum.springsource.orgNov 5th, 2004, 04:19 PM #1 sleyzerzon View Profile View Forum Posts Private Message Member Join Date Oct 2004 Posts 49 TransactionManager Error When starting up the server, I'm getting the ... |
7. @Transactional without EXPLICIT TransactionManager configured forum.springsource.org@Transactional without EXPLICIT TransactionManager configured Hi, If a business layer method has the annotation @Transactional for a method and in the bean config xml do we need to define a TransactionManager ... |
8. TransactionManager and BMT forum.springsource.orgTransactionManager and BMT Hi, I'm developing some MDBs with bean managed transaction. I would like to use a more fine grained transaction control for the beans used in this MDB. Is ... |
9. TransactionManager Question forum.springsource.orgTransactionManager Question I'm building an application that will be writing data to a PostgreSQL database and also will be sending JMS messages to a JMS Queue. I would like to somehow ... |
10. how about the transactionManager defined error??? forum.springsource.orghow about the transactionManager defined error??? i use tomcat and hibernate when i start tomcat occur the follow error 16:51:51,841 ERROR ContextLoader:114 - Context initialization failed org.springframework.beans.factory.BeanDefinitionSt oreException: Error registerin g ... |
11. SimpleORM TransactionManager forum.springsource.orgAs SimpleORM is based on JDBC, the easiest way to add tx functionality is to use the DataSourceTransactionManager and then reuse the same datasource with SimpleORM. However, I'm totally unaware of ... |
12. TRANSACTIONMANAGER: someone can help me?! forum.springsource.orgTRANSACTIONMANAGER: someone can help me?! Hello I've a method for parsing a File and persist it's data in a DB and one method to move this file. I want that these ... |
13. The most simple TransactionManager forum.springsource.orgThe most simple TransactionManager Hi, I am quite new to Spring and here's my question: We have a framework with our own transaction-manager "DbManager". Our DbManager has methods DbManager.startTransaction(), DbManager.commitTransaction(), and ... |
14. Question regarding behaviour of TransactionManager forum.springsource.orgFeb 3rd, 2007, 08:22 PM #1 bhlai View Profile View Forum Posts Private Message Junior Member Join Date Jan 2007 Posts 29 Question regarding behaviour of TransactionManager I have a Junit ... |
15. pm/TransactionManager not found, spring can not identify J2EE server ? forum.springsource.orgpm/TransactionManager not found, spring can not identify J2EE server ? All, I am using spring 1.2.7, hibernate 3.1.3. (its actually timetracker example from AndroMDA , if anybody knows). applicationContext-localDataSource.xml : bean ... |
16. Making TransactionManager aware of HibernateSessions forum.springsource.orgMaking TransactionManager aware of HibernateSessions How do I tell the JtaTransactionManager which HibernateSessions to flush? Does it autodetect this? Do I even have to do this? My case is related to ... |
17. how to realize TransactionManager? forum.springsource.orghow to realize TransactionManager? I want to use TransactionManager to realize following function: 1)delete from a where col1='001' 2)delete from b where col1='001' When above two delete function are execute ok,then ... |
18. TransactionManager Question forum.springsource.orgTransactionManager Question Hi All!! I'm currently developing an application with Spring 2.5 + Hibernate. When testing with JUnit, everything was right, but, when i tried to lazy-load a collection, it gave ... |
19. about transactionmanager configration forum.springsource.orgabout transactionmanager configration hi, i got a weird problem, the whole project can run well, but everytime i run it, it always give me a message Code: 2008-09-22 22:00:36.446::INFO: jetty-6.1.10 2008-09-22 ... |
20. transactionManager forum.springsource.orghello, I have Myisam tables database, this tables not working with transactions My question is Why I should write in spring's applicationContext.xml file a transactionManager? (propagation-requires, read-only, ......) what will do ... |
21. Questions regarding to transactionManager forum.springsource.orgQuestions regarding to transactionManager Hello folks, I'm really confused. I developed an application using Spring + Hibernate and I had an HibernateTransactionManager configured in it. Somehow I managed to not use ... |
22. defining simple TransactionManager forum.springsource.orgAug 18th, 2009, 03:41 AM #1 seba.wagner View Profile View Forum Posts Private Message Junior Member Join Date Aug 2009 Posts 2 defining simple TransactionManager hi, my setup is: Mysql, Spring, ... |
23. Transactions when using the wrong TransactionManager forum.springsource.orgTransactions when using the wrong TransactionManager Hi. I've been playing around with HibernateTransactionManager today and stumbled upon a strange behavior. If I deliberately configure a transactional resource to use the wrong ... |
24. Can't set transactionManager in AbstractTransactionalSpringContextTests subclass forum.springsource.orgCan't set transactionManager in AbstractTransactionalSpringContextTests subclass Hi, Using Spring 2.5, I'm trying to use AbstractTransactionalSpringContextTests to automatically rollback any changes that may occur during my DAOs tests. Unfortunately, I can't seem ... |
25. When transactionManager is not named transactionManager forum.springsource.orgWhen transactionManager is not named transactionManager I am trying Spring 3(.0.2.RELEASE) and JPA2 and Hibernate 3.5.1-Final... One thing upsets me is that spring seems only accept a transaction Manager named ... |
26. TransactionManager singleton forum.springsource.orgI am using more DAO objects (working on the same SessionFactory) which all requre Hibernate transaction manager (via TransactionProxyFactoryBean). Should my hibernateTransactionManager be a prototype bean? What about working with Quartz? ... |