Greetings,
When I issue a collection level query such as:  
http://192.168.56.111:8008/rest/collections/22.xml I get all items in  
collection 22 (as expected) but the individual item level <metadata>  
fields are empty, as in:
<metadataentityid type="bean" size="1">
<id type="number">0</id>
</metadataentityid>
<metadataentityid type="bean" size="1">
<id type="number">0</id>
</metadataentityid>
<metadataentityid type="bean" size="1">
<id type="number">0</id>
</metadataentityid>
<metadataentityid type="bean" size="1">
<id type="number">0</id>
</metadataentityid>
.
.
.
When I issue an item level query such as  
http://192.168.56.111:8008/rest/items.xml I get all the items in all  
collections (as expected) but the metadata elements are populated, as  
in:
<metadata type="collection" size="14">
<metadataentity type="bean" size="5">
<element>contributor</element>
<id type="number">0</id>
<qualifier>author</qualifier>
<schema>dc</schema>
<value>Fonds, Paige</value>
</metadataentity>
<metadataentity type="bean" size="5">
<element>date</element>
<id type="number">0</id>
<qualifier>accessioned</qualifier>
<schema>dc</schema>
<value>2012-02-05T01:03:07Z</value>
</metadataentity>
<metadataentity type="bean" size="5">
<element>date</element>
<id type="number">0</id>
<qualifier>available</qualifier>
<schema>dc</schema>
<value>2012-02-05T01:03:07Z</value>
</metadataentity>

This has to be related to https://jira.duraspace.org/browse/DS-922  I  
am using DSpace 1.8 and the latest version of the REST API.  I  
understand that the module is experimental but if this is easy to fix,  
that would be much appreciated. I'm not a java programmer but I am  
happy to help however I can.

Thanks very much.
Maury Bouchard
Simmons GSLIS



------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to