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

Comments

Popular posts from this blog

Weblogic Issues during EAR Deployment Exception in AppMerge flows progression

BCC site status inaccessible Agent Production in error state

DUseSunHttpHandler=true weblogic.net.http.SOAPHttpsURLConnection Weblogic/Java HttpHandler issues