Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta1
-
Fix Version/s: None
-
Component/s: Configuration
-
Labels:None
-
Number of attachments :
Description
In the metadata maps associated with ResourceInfo objects in the new Catalog API, only Strings are persisted properly (using the XStream persister). As per the API, any Serializable object should be acceptable.
Metadata map now reads:
public class MetadataMap implements Map<String, Serializable>, Serializable {