Bug #4850
closed
Get the new TPC scheduler working with the new changes in Kepler from the KarXmlGenerator
Added by Jing Tao over 14 years ago.
Updated over 14 years ago.
Description
On kepler side, the metadata format to describe the workflow kar file and workflow run files was changed. So TPC scheduler should be changed accordingly.
I'm in the process of adding tpcStatus in the KarEntryAttributes such that it should look like this:
<karEntryAttributes>
<Name>
RIO.1.xml
</Name>
<dependsOn>
urn:lsid:gamma.msi.ucsb.edu/OpenAuth/:8016:19:1
</dependsOn>
<handler>
org.kepler.kar.handlers.ReportInstanceKAREntryHandler
</handler>
<dependsOnModule>
</dependsOnModule>
<lsid>
urn:lsid:gamma.msi.ucsb.edu/OpenAuth/:8061:9:1
</lsid>
<type>
org.kepler.reporting.rio.ReportInstance
</type>
<tpcStatus>SUCESS!!!!</tpcStatus>
</karEntryAttributes>
adding kepler bug dependency
After changing the query format and result set style sheet, the tpc workflow and workflowRun search works. The every link of the search results works too.
Now I am working on testing to schedule a workflow run.
I just scheduled a tpc-09 workflow. It works. So the bug can be closed.
Original Bugzilla ID was 4850
Also available in: Atom
PDF