Bug 900210 (JBPAPP6-1491)
| Summary: | Usability issue: 'Reload' operation in CLI returns information that another reload is required | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jan Martiska <jmartisk> |
| Component: | Domain Management | Assignee: | Jan Martiska <jmartisk> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0.0 | CC: | brian.stansberry |
| Target Milestone: | --- | ||
| Target Release: | TBD EAP 6 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-1491 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-03-05 09:31:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Maybe in 6.1. Docs QE Status: Removed: NEW Jan, is this still an issue? I can't reproduce it and from my reading of the current code it shouldn't happen. If you can reproduce, please add instructions and assign back to me. Thanks. Tried with EAP 6.1.0.ER1 and couldn't reproduce it anymore either. It seems someone might have already fixed that. So let's close it :) Brian Stansberry <brian.stansberry> updated the status of jira AS7-6663 to Resolved |
project_key: JBPAPP6 Assume a server reload is required.. then you do this: {noformat} [standalone@localhost:9999 /] :reload { "outcome" => "success", "response-headers" => {"process-state" => "reload-required"} } {noformat} I think it is quite confusing that "reload-required" is returned from 'reload' operation. (if you do more operations, it will not appear again, only once). Is it possible to fix it?