Java TransactionTimeout issues while working with Weblogic Server
Java Transaction Timeout Issues
We need to basically moidfy the transaction timeout parameter
which by default is set as 30seconds by weblogic,
many requests might get timedout between
this very short period,so depends upon your requirement
choose the best value that works for your development
environment.I had modified it to 600.
Two way you can achive this. one is again tweaking the configuratin file and another way to modify it through the admin console.
Increase the transaction timeout seconds through
console( Services->JTA),or modify in config.xml.
If you are modifying the configuration file make sure to take
a backup copy,restart the server,ideally you may not further
experience this issue.
Next tip
We need to basically moidfy the transaction timeout parameter
which by default is set as 30seconds by weblogic,
many requests might get timedout between
this very short period,so depends upon your requirement
choose the best value that works for your development
environment.I had modified it to 600.
Two way you can achive this. one is again tweaking the configuratin file and another way to modify it through the admin console.
Increase the transaction timeout seconds through
console( Services->JTA),or modify in config.xml.
If you are modifying the configuration file make sure to take
a backup copy,restart the server,ideally you may not further
experience this issue.
Next tip
Comments
Post a Comment