Actions
Bug #5200
closedWorkflowRun and Reporting artifacts no longer put into run-kars
Start date:
10/14/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5200
Description
A run-kar exported from the Workflow Run Manager on trunk no longer contains the workflowRun and roml and rio artifacts. I did some testing of various revisions of trunk reporting, and it looks like the problem began with r25808: "switch to Weak References in singleton classes and add cleanup when a window is closed, which is for bug 5095".
Here's how I tested each revision:------
- cd kepler.modules/build-area;
- rm -rf ~/KeplerData; ant clean-all;
- cd ..;
- svn update -r [rev] *;
- cd build-area; ant run
- create a simple sdf workflow and report, execute, export the run from the workflow run manager, and then look inside the run-kar using either the gui or by unzipping the kar from the command line.
------
Here are the results for different revisions:
r26078 - not working - kar only contains wf
r25841 - not working - kar only contains wf
r25840 - not working - kepler locks up during run export
r25808 - not working - kepler locks up during run export
r25807 - working - kar contains all items
Actions