[ https://issues.apache.org/jira/browse/OODT-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585415#comment-16585415 ]
ASF GitHub Bot commented on OODT-992: ------------------------------------- chrismattmann commented on issue #70: [OODT-992] Modified AvroRPCWorkflowManager to accept a Map<String, Object> when creating dynamic workflows URL: https://github.com/apache/oodt/pull/70#issuecomment-414195138 LGTM, and all tests passed locally, with merge to master and development branches! ``` [INFO] Installing /Users/mattmann/git/oodt/pom.xml to /Users/mattmann/.m2/repository/org/apache/oodt/oodt/1.9-SNAPSHOT/oodt-1.9-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] OODT Core .......................................... SUCCESS [ 3.130 s] [INFO] Common Utilities ................................... SUCCESS [ 25.421 s] [INFO] CAS Command Line Interface ......................... SUCCESS [ 8.795 s] [INFO] OODT - Configuration Management .................... SUCCESS [ 28.416 s] [INFO] Process Control System Input Data Package .......... SUCCESS [ 3.432 s] [INFO] Catalog and Archive Service Generic Multi-valued Metadata Container SUCCESS [ 6.208 s] [INFO] Catalog and Archive File Management Component ...... SUCCESS [04:20 min] [INFO] Catalog and Archive Resource Management Component .. SUCCESS [ 51.807 s] [INFO] Catalog and Archive Workflow Management Component .. SUCCESS [01:11 min] [INFO] Catalog and Archive Crawling Framework ............. SUCCESS [ 37.896 s] [INFO] OODT CAS Curator Single Sign On Security Package ... SUCCESS [ 1.941 s] [INFO] CAS Curation Web Services .......................... SUCCESS [ 12.557 s] [INFO] Process Control System Core Package ................ SUCCESS [ 26.957 s] [INFO] OODT Wicket Web Components ......................... SUCCESS [ 7.039 s] [INFO] CAS Curation Interface ............................. SUCCESS [ 16.833 s] [INFO] CAS PGE Adaptor Framework .......................... SUCCESS [ 35.021 s] [INFO] CAS Installer Maven Mojo ........................... SUCCESS [ 4.901 s] [INFO] OODT :: Archetypes :: OpsUI ........................ SUCCESS [ 1.406 s] [INFO] OODT :: Archetypes :: RADiX ........................ SUCCESS [ 1.549 s] [INFO] OODT :: Archetypes ................................. SUCCESS [ 0.059 s] [INFO] CAS File Manager Browser Web App ................... SUCCESS [ 13.497 s] [INFO] CAS Workflow Manager Monitor Web App ............... SUCCESS [ 6.362 s] [INFO] CAS Product Server Web Application ................. SUCCESS [ 14.273 s] [INFO] CAS Workflow REST Services ......................... SUCCESS [ 4.860 s] [INFO] Process Control System Operator Interface Webapp ... SUCCESS [ 27.878 s] [INFO] OODT Process Control System JAX-RS service layer ... SUCCESS [ 11.487 s] [INFO] Apache OODT ........................................ SUCCESS [ 0.044 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:25 min [INFO] Finished at: 2018-08-19T18:31:51-07:00 [INFO] Final Memory: 141M/1550M [INFO] ------------------------------------------------------------------------ nonas:oodt mattmann$ ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > AvroRPC WorkflowManager executeDynamicWorkflow() accepts a Map<String,String> > ----------------------------------------------------------------------------- > > Key: OODT-992 > URL: https://issues.apache.org/jira/browse/OODT-992 > Project: OODT > Issue Type: Bug > Components: workflow manager > Affects Versions: 1.2, 1.9 > Reporter: Imesha Sudasingha > Assignee: Chris A. Mattmann > Priority: Major > > AvroRPC Workflow manager's *executeDynamicWorkflow()* accepts a Map<String, > String> which should be accepting Map<String, Object> where the value can be > either a String or a List<String>. -- This message was sent by Atlassian JIRA (v7.6.3#76005)