Greetings,
 
I have been trying to persist a Hashtable and am having mixed results.  I am able to persist the table to an XML file using I believe Erik's (?) sample hash zip file containing an example for doing just this task.
 
The xml looks fine, but when unmarshalling the data, the key portion of the hashtable is an "AnyNode" and not an object.  Thus, any hashtable.get(key) lookups fail as the key is not stored upon unmarshalling.
 
Is there something fundamental missing in Erik's sample or how different is the mapping.xml in regards to other collection types, say other than Vector ?
 
Thanks,
 
Peter
 

Reply via email to