The recent entity and recent matter list do not persist
from application session to application session. the
values are lost on log-out. the problem relates to proper
serialization of the lists to file. the serialization has never
worked properly.
tried to use xstream as a different xml serialization
tool...didn't work...kept getting out of memory errors during
the serialization process. i'm not sure what it means, but it's
definitely something inside xstream.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=806994
tried to use xstream as a different xml serialization
tool...didn't work...kept getting out of memory errors during
the serialization process. i'm not sure what it means, but it's
definitely something inside xstream.