10-16-04 02:36 AM
I store a complex value which is serializable using
PortletData.setAttribute and store.
It is saved, I can see the large value in the db table.
Then I want to restore it and getAttribute returns null.
I want to see what is happending and enable the logger to be more
verbose for that component.
I can see the deserialized values in the log but then an EOFException is
thrown which lets me assume that the code tries to read data twice or
makes another mistake.
Does any of the developers read this group? What is going on here, how
can I solve that without tracing?
Thanks!
P.S. I also tried to disable the tracing for the specific impl of
PortletData but that does not work...
[ Post a follow-up to this message ]
|