[jboss-jira] [JBoss JIRA] Updated: (AS7-1384) Strange state after :reload
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Jul 22 10:37:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-1384:
----------------------------------
Assignee: (was: Brian Stansberry)
Fix Version/s: 7.1.0.Alpha1
Affects Version/s: 7.0.0.Final
Description:
7.1 snapshot
I did change a socket binding, so reload is needed. Did a /:read-resource
Then :reload
},
"response-headers" => {"process-state" => "reload-required"}
}
[standalone at localhost:9999 /] :reload
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
[standalone at localhost:9999 /] :reload
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
I think after the reload (which succeeded) the process-state should no longer be "reload needed".
Also
{"result" => } should be defined and not just null.
was:
7.1 snapshot
I did change a socket binding, so reload is needed. Did a /:read-resource
Then :reload
},
"response-headers" => {"process-state" => "reload-required"}
}
[standalone at localhost:9999 /] :reload
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
[standalone at localhost:9999 /] :reload
{
"outcome" => "success",
"response-headers" => {
"operation-requires-reload" => true,
"process-state" => "reload-required"
}
}
I think after the reload (which succeeded) the process-state should no longer be "reload needed".
Also
{"result" => } should be defined and not just null.
> Strange state after :reload
> ---------------------------
>
> Key: AS7-1384
> URL: https://issues.jboss.org/browse/AS7-1384
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.0.0.Final
> Reporter: Heiko Rupp
> Fix For: 7.1.0.Alpha1
>
>
> 7.1 snapshot
> I did change a socket binding, so reload is needed. Did a /:read-resource
> Then :reload
> },
> "response-headers" => {"process-state" => "reload-required"}
> }
> [standalone at localhost:9999 /] :reload
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> [standalone at localhost:9999 /] :reload
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> I think after the reload (which succeeded) the process-state should no longer be "reload needed".
> Also
> {"result" => } should be defined and not just null.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list