WLST : update JTA Transaction timeout

356 Views Asked by At

I want to increase the JTA Transaction Timeout value of WLS, but I got this error:

wls:/mydomain/edit !> cd('/JTA/myDomain')
Traceback (innermost last):
  File "<console>", line 1, in ?
  File "<iostream>", line 164, in cd
  File "<iostream>", line 552, in raiseWLSTException
WLSTException: Error cding to the MBean
1

There are 1 best solutions below

4
On BEST ANSWER

The syntax is case sensitive. Use cd('/JTA/mydomain') instead of cd('/JTA/myDomain')