Changeset 3273
- Timestamp:
- 01/12/09 08:49:35 (14 months ago)
- Author:
- jmoore
- Message:
-
Atomikos : Trying to solve HeuristicMixedException
(cherry picked from commit 11e11d32e608967475484333f6321ad8263deb70)
- Location:
- trunk
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3271
|
r3273
|
|
| 56 | 56 | </bean> |
| 57 | 57 | |
| 58 | | <bean id="atomikosTransactionManager" |
| 59 | | class="com.atomikos.icatch.jta.UserTransactionManager" init-method="init" destroy-method="close"> |
| 60 | | <!-- when close is called, should we force transactions to terminate or not? --> |
| 61 | | <property name="forceShutdown"><value>true</value></property> |
| 62 | | </bean> |
| 63 | | |
| 64 | | <bean id="atomikosUserTransaction" class="com.atomikos.icatch.jta.UserTransactionImp"> |
| 65 | | <property name="transactionTimeout"><value>300</value></property> |
| 66 | | </bean> |
| | 58 | <!-- configured in etc/jta.properties --> |
| | 59 | <bean id="atomikosTransactionManager" class="com.atomikos.icatch.jta.UserTransactionManager" init-method="init" destroy-method="close"/> |
| | 60 | <bean id="atomikosUserTransaction" class="com.atomikos.icatch.jta.UserTransactionImp"/> |
| 67 | 61 | |
| 68 | 62 | <bean id="transactionManager" class="org.springframework.transaction.jta.JtaTransactionManager"> |
-
|
r3271
|
r3273
|
|
| 1 | 1 | com.atomikos.icatch.service=com.atomikos.icatch.standalone.UserTransactionServiceFactory |
| 2 | 2 | com.atomikos.icatch.console_file_name = tm.out |
| | 3 | com.atomikos.icatch.console_file_limit=1000000 |
| 3 | 4 | com.atomikos.icatch.log_base_name = tmlog |
| 4 | | com.atomikos.icatch.tm_unique_name = com.atomikos.spring.jdbc.tm |
| 5 | | com.atomikos.icatch.console_log_level = INFO |
| | 5 | com.atomikos.icatch.max_actives = 100 |
| | 6 | com.atomikos.icatch.console_log_level = WARN |
| | 7 | com.atomikos.icatch.default_timeout = 30000 |
| | 8 | com.atomikos.icatch.max_timeout = 300000 |
| | 9 | com.atomikos.icatch.force_shutdown_on_vm_exit=true |
| | 10 | # HeuristicMixedException |
| | 11 | # http://www.atomikos.org/forums/viewtopic.php?t=1211&start=15&postdays=0&postorder=asc&highlight=&sid=e113e50c2ad1251a5ae53885452d3404 |
| | 12 | com.atomikos.exclusive.connection.mode = true |
| | 13 | # Also: |
| | 14 | # hibernate connection mode |
| | 15 | # |
Download in other formats:
1.2.1-PRO © 2008-2009
agile42 all
rights reserved
(this page was served in: 0.108564 sec.)