Bug #2941
closedCommand Line Exec Actor throws exception when given input on "arguments" port
0%
Description
Providing a constant (string constant or constant) to arguments port generates the exception:
"Attempt to get token from an empty QueueReceiver in model.Command Line Exec.arguements"
Additionally, none of the test workflows in kepler/workflow/test/spa test the arguments port.
Files
Updated by Dan Homerick about 17 years ago
(In reply to comment #0)
Providing a constant (string constant or constant) to arguments port generates
the exception:"Attempt to get token from an empty QueueReceiver in model.Command Line
Exec.arguements"Additionally, none of the test workflows in kepler/workflow/test/spa test the
arguments port.
I should probably note that this is with the Sep 06, 2007 CVS head of Kepler and ptII.
Updated by Daniel Crawl almost 17 years ago
This has been fixed (as of CommandLineExec.java v1.9) and I've added some workflows to better test this actor.