When using the jboss-cli utility, I am unable to use the --runtime_name parameter to specify a Runtime Name. I have tried the following configurations:
1) Deploy a war using both --name and --runtime_name. When I view the deployment in the admin console, both the Name and Runtime Name fields are set to the value of --name
2) Deploy a war using only --runtime_name parameter. When I view the deployment in the admin console, the Runtime Name is the name of the file being deployed.
In both cases, the specified value of --runtime_name is ignored. I believe this is a bug and not a configuration error