You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Cassie Doll (JIRA)" <ji...@apache.org> on 2008/09/24 01:43:44 UTC

[jira] Updated: (SHINDIG-497) ATOM format invalid

     [ https://issues.apache.org/jira/browse/SHINDIG-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassie Doll updated SHINDIG-497:
--------------------------------

    Priority: Blocker  (was: Major)

> 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
>            Priority: Blocker
>
> 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.