[jboss-jira] [JBoss JIRA] (AS7-4282) CLI deploy doesn't set runtime name
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Sat Mar 24 09:24:47 EDT 2012
Stan Silvert created AS7-4282:
---------------------------------
Summary: CLI deploy doesn't set runtime name
Key: AS7-4282
URL: https://issues.jboss.org/browse/AS7-4282
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.1.1.Final
Reporter: Stan Silvert
Assignee: Alexey Loubyansky
Runtime name won't get set when deploying from CLI. It does work from web console.
{noformat}
deploy C:\as7trunk\as7jsf\hackedwar\mojarra2.0-notbundled.war --name=foo --runtime_name=bar.war
{
"outcome" => "success",
"result" => {
"step-1" => {"outcome" => "success"},
"step-2" => {"outcome" => "success"}
}
}
/deployment=foo/:read-resource
{
"outcome" => "success",
"result" => {
"content" => [{"hash" => bytes {
0x48, 0x05, 0xe8, 0x32, 0xf8, 0x17, 0xea, 0xa0,
0x93, 0x55, 0x2f, 0x89, 0xdb, 0xed, 0xf3, 0x56,
0xde, 0x78, 0xe9, 0x1d
}}],
"enabled" => true,
"name" => "foo",
"persistent" => true,
"runtime-name" => "foo",
"subdeployment" => undefined,
"subsystem" => undefined
}
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list