2016-02-17 2 views

ответ

1

Вот ссылка на статью, в которой описывается, как настроить его для конкретного применения, что и вы просили о,

https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014090728

В качестве альтернативы, чтобы установить его на службе сделки, следующий могут использоваться,

wsadmin>transactionService = AdminConfig.list('TransactionService') 
wsadmin>AdminConfig.modify(transactionService, [['acceptHeuristicHazard', 'true']]) 
'' 
wsadmin>print AdminConfig.show(transactionService) 
[LPSHeuristicCompletion ROLLBACK] 
[WSTransactionSpecificationLevel WSTX_10] 
[acceptHeuristicHazard true] 
[asyncResponseTimeout 30] 
[clientInactivityTimeout 60] 
[context (cells/Node01Cell/nodes/Node01/servers/server1|server.xml#ApplicationServer_1183122130078)] 
[enable true] 
[enableFileLocking true] 
[enableLoggingForHeuristicReporting false] 
[enableProtocolSecurity true] 
[heuristicRetryLimit 0] 
[heuristicRetryWait 0] 
[httpProxyPrefix []] 
[httpsProxyPrefix []] 
[maximumTransactionTimeout 0] 
[properties []] 
[propogatedOrBMTTranLifetimeTimeout 300] 
[totalTranLifetimeTimeout 120] 
[waitForCommitOutcome false] 
[wstxURLPrefixSpecified false] 

 Смежные вопросы

  • Нет связанных вопросов^_^