Hello,
I am trying to add a new persistable object to the package.jdo for persistence in a .odb file. The class contains a field that is as follows:
private Map<SomeKindaBean, List<SomeOtherTypeOfBean>> m_objectToPersist;
I'm at a loss for how to format the xml in the .jdo file for this object. How does one persist this in package.jdo xml? Thanks in advance for your help.
-A