I want to use The WebLogic Scripting Tool (WLST), the command-line scripting interface that system administrators and operators use to monitor and manage WebLogic Server instances and domains. I want to change the property JTA Timeout Seconds, I know that I can put the properties in a property file, e.g.
jdbc.datasource.0.pool.capacity.initial = 15
But I don't know the key in the property of the JTA Timeout Seconds.