| Summary: | Inaccurate instructions for tasks-rs quickstart | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Nikoleta Hlavickova <nziakova> |
| Component: | Quickstarts | Assignee: | sgilda |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | bsutter, pmuir |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:17:12 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: | |
Fixed in commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/1f06af0f5de8bd9164e976b0db19792946a1397c Verified for EAP 6.2.0 CR1. |
When Displaying the XML Representation of a Task following the README for tasks-rs I get this XML: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <collection> <task id="1" ownerName="quickstartUser"> <title>task1</title> </task> </collection> README says: Using either of the above GET methods, you should see the following XML: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <task id="1" ownerName="quickstartUser"> <title>task1</title> </task>