The AdminTask wsadmin command for WebSphere Application Server v6.0 does not support multiple parameters

If your Jacl scripts target to a WebSphere Application Server v6.x wsadmin runtime calls $AdminTask methods, multiple parameters can be used. However, if a Jython script calls AdminTask methods using a WebSphere Application Server v6.0 wsadmin runtime, all the multiple parameters for the AdminTask method needs to be combined into a single, space-separated parameter. As opposed to the other wsadmin commands: AdminConfig or AdminControl or AdminApp, which supports multiple parameters for WebSphere Application Server v6.0.

In the WebSphere Application Server v6.1 wsadmin runtime, both the single and multiple string parameters for the Jython AdminTask methods are supported. Restriction: The Jacl2Jython program always converts any multiple Jacl parameters into multiple Jython parameters, including any $AdminTask method invocations. The converted Jython script can be interpreted by a WebSphere Application Server v6.1 wsadmin client runtime and then run against a WebSphere Application Server v6.0 application server or deployment manager. However, be aware for WebSphere Application Server v5.1 the AdminTask command is not supported.

If you plan to use a Jython script containing AdminTask method invocations against a WebSphere Application Server v6.0 wsadmin runtime environment, then you need to manually modified any AdminTask method invocations that uses multiple parameters to use a single string, space-separated parameters. If the Jython script does not use any WebSphere Application Server v6.x AdminTask methods, then no additional changes are required.