leonlee
06-24-2005, 10:23
Here is my flow step getting error:
[ART.114.306] Adapter Runtime (Transaction): Unable to rollback transaction.
null
service: pub.art.transaction:rollbackTransaction
starttranaction
seq
--seq(try)
branch
map:null:if null,do nothing
default:if work order exist
branch
map:null:if null,do nothing
default:if work order exist
branch
map:null:if null,do nothing
default:if work order exist
services
services
services
map
committranaction
----seq(catch)
rollbacktranaction
getlasterror
branch
I have given the transaction name in the starttransaction and in the commitTransactionInput i have mapped the transaction name to the startTransactionOutput. Im wondering if its a JDBC connection error ... Here how my JDBC looks like :
Enable Connection Pooling true
Minimum Pool Size 1
Maximum Pool Size 25
Pool Increment Size 1
Block Timeout (msec) 1000
Expire Timeout (msec) 1000
Startup Retry Count 10
Startup Backoff Timeout (sec) 240
any help would be appreciated.
Thanks,
Leon
[ART.114.306] Adapter Runtime (Transaction): Unable to rollback transaction.
null
service: pub.art.transaction:rollbackTransaction
starttranaction
seq
--seq(try)
branch
map:null:if null,do nothing
default:if work order exist
branch
map:null:if null,do nothing
default:if work order exist
branch
map:null:if null,do nothing
default:if work order exist
services
services
services
map
committranaction
----seq(catch)
rollbacktranaction
getlasterror
branch
I have given the transaction name in the starttransaction and in the commitTransactionInput i have mapped the transaction name to the startTransactionOutput. Im wondering if its a JDBC connection error ... Here how my JDBC looks like :
Enable Connection Pooling true
Minimum Pool Size 1
Maximum Pool Size 25
Pool Increment Size 1
Block Timeout (msec) 1000
Expire Timeout (msec) 1000
Startup Retry Count 10
Startup Backoff Timeout (sec) 240
any help would be appreciated.
Thanks,
Leon