We have an application using db2jcc.jar for connecting to DB2 server. When we deploy the application after we created the database pools, we have the following messages showing up. Is there any document showing how to use JTA transaction manager?
Thanks again for many helps in advance. Young 10:55:09,735 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [transactionManager,authenticateSessionTarget,authenticateSession,userAdminSessionTarget,userAdminSession,requestSessionTarget,requestSession,searchSessionTarget,searchSession]; root of BeanFactory hierarchy] 10:55:09,736 INFO [JtaTransactionManager] Using JTA UserTransaction: [EMAIL PROTECTED] 10:55:09,736 WARN [JtaTransactionManager] No JTA TransactionManager found: transaction suspension and synchronization with existing JTA transactions not available
