Bug 1195132
| Summary: | (6.4.z) Wrong order of elements in jboss-cli.xml | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Marek Kopecky <mkopecky> |
| Component: | CLI | Assignee: | Dominik Pospisil <dpospisi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Kopecky <mkopecky> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | bmaxwell, brian.stansberry, cdewolf, dpospisi, mcada, pkremens, rnetuka |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.4.15 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-19 08:08:00 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1419353 | ||
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Verified with EAP 6.4.15.CP.CR2 Released on May 18 as part of EAP 6.4.15. |
Description of problem: File bin/jboss-cli.xml has an incorrect order of elements. <history> tag should be before <resolve-parameter-values> tag. Schema of jboss-cli.xml is docs/schema/jboss-as-cli_1_3.xsd Version-Release number of selected component (if applicable): 6.4.0.ER2 Steps to validate: cd <eap_dir> xmllint -noout -schema docs/schema/jboss-as-cli_1_3.xsd bin/jboss-cli.xml Error during validation: bin/jboss-cli.xml:21: element history: Schemas validity error : Element '{urn:jboss:cli:1.3}history': This element is not expected. Expected is one of ( {urn:jboss:cli:1.3}connection-timeout, {urn:jboss:cli:1.3}ssl, {urn:jboss:cli:1.3}silent ).