Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The RunRemoteAsyncAE should change to support targeting of specific service instance. The code already accepts a command line option for targeting but the UIMA-AS client is not using it
If -TargetServiceId is provided, the client should use synchronous sendAndReceive(cas,List<>,serviceTargetId) API instead of asynchronous send().
Modifiy comments to include description of TargetServiceId option. Also modify usage text to include targeting option.