ATOM format invalid
-------------------
Key: SHINDIG-497
URL: https://issues.apache.org/jira/browse/SHINDIG-497
Project: Shindig
Issue Type: Bug
Components: RESTful API (Java)
Environment: All
Reporter: Rajdeep Dua
The Xml returned on a GET request from REST end point returns an invalid ATOM
XML ( see below )
<personimpl>
<activities/>
<addresses/>
<books/>
<cars/>
<emails/>
<food/>
<heroes/>
<id>john.doe</id>
<interests/>
<isOwner>false</isOwner>
<isViewer>false</isViewer>
<jobs/>
<languagesSpoken/>
<movies/>
<music/>
<name>
<familyName>Doe</familyName>
<givenName>John</givenName>
<unstructured>John Doe</unstructured>
</name>
<phoneNumbers/>
<quotes/>
<schools/>
<sports/>
<tags/>
<turnOffs/>
<turnOns/>
<tvShows/>
<urls/>
</personimpl>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.