Hi,
I have spend some time to experiment with the StringToUInt32Map and
FieldContainerMap, i.e. I added to test fields to my class.
<Field
name="testMap1"
type="StringToUInt32Map"
cardinality="single"
visibility="external"
access="public"
>
</Field>
<Field
name="testMap2"
type="FieldContainerMap"
cardinality="single"
visibility="external"
access="public"
>
</Field>
The FieldContainerMap does work great in the app session but does not
work with persistence. I stored my class in an OSB file and load that
file in separate session. The FieldContainerMap does contains the
respective entries but the mapped FieldContainer do not correspond to
the containers which I used for storing in the first place.
The implementation of the alternative AttachmentMap does not allow the
integration in my fcd file. Additionally, I can't get my head around the
implementation of this beast.
What I need is just a persistent map from string to FieldContainer that
I can use in my FCD file and that does store the mapped FieldContainer
in OSB files and later reload them as an mfFieldContainer would do.
I really need help here.
Does anyone knows how such a map can be implemented?
Best,
Johannes
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users