[kepler-dev] [Bug 4979] ROML has type of ReportInstance instead of ReportLayout in kar manifest

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed May 5 12:22:28 PDT 2010


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

Derik Barseghian <barseghian at nceas.ucsb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2010-05-05 12:22:28 PDT ---
discussed with Ben, the ReportLayout is a ReportInstance during open, so for
reference, we decided the best soln was to make this change in
ReportLayoutKAREntryHandler:
//entry.setType(reportLayout.getClass().getName());
entry.setType(ReportLayout.class.getName());

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list