[kepler-dev] [Bug 4457] - Workflow Run Manager - past Report Layouts don't open

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Oct 14 17:43:46 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4457





------- Comment #1 from aschultz at nceas.ucsb.edu  2009-10-14 17:43 -------
We found out today that the ReportLayoutKAREntryHandler was serializing the
ReportLayout object to the cache as xml instead of a java serialized object. 
The solution was to update the entry handler to write the ReportLayout to the
cache as a Java serialized object.  It is now being serialized properly but is
still not opening quite right because the GUI is not being refreshed from the
open method of the entry handler (the workflow is opened first, then the
ReportLayout; due to the dependency mechanism that was added to the
KARFile.openKarContents() method).


More information about the Kepler-dev mailing list