Workflow Conditions and Timeout Seconds causes backwards incompat SerDe issues
with XML-RPC
-------------------------------------------------------------------------------------------
Key: OODT-344
URL: https://issues.apache.org/jira/browse/OODT-344
Project: OODT
Issue Type: Bug
Components: workflow manager
Environment: while testing OODT-157
Reporter: Chris A. Mattmann
Assignee: Chris A. Mattmann
Fix For: 0.4
While testing OODT-157, I ran across an issue where the PCS OPSUI would not
connect to a workflow manager pre 0.4-SNAPSHOT. I tracked it down to 2 issues
in the XML-RPC SerDe for WM:
* Workflow Task Conditions introduced a timeout that wasn't properly checked
for and produced an NPE if not there (which it wasn't in 0.3 and before)
* Global Workflow Conditions introduced in 0.4 weren't present in 0.3 and
caused an NPE b/c they were unchecked.
About to commit a patch that fixes this and makes the OODT-157 OPSUI efforts
back compat with all WM's pre 0.4-SNAPSHOT (tested with 0.3).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira