Persistent infotable
I have in a thing an infotable property that is set as persistent.
I get that if I restart the thing (with its service) , all the infotable data is retained correctly
but if I restart the platform (Tomcat) not all data is retained, seems there is an old "snapshot" of the infotable
NOTE: the datashape of such infotable has an infotable inside .... so one of the Fields of such infotable is another infotable (just an integer array). It is this "embedded" infotable that seems to lose data.
Don't know if this infotable "field" is different from a basic variable like int number or string....
Restarting the thing, or restarting Tomcat shouldn't be the same for this behaviour (data loss) ?
Seems no ... so I can't test easily if infotable data is retained ...

