Resolve "validate alternateServers configuration parameter"
Closes #50 (closed)
Done:
- Update Documentation for
alternateServers
- Add check for port number in
alternateServers
parameter - Throw
ConfigurationException
whenalternateSevers
is missing - Create
EIDSNotificationReceiverTest
To Test:
- Modify config.ini and set
alternateServers
to a host without a port number specified - Run the product client as a receiver
The receiver configuration throws a
ConfigurationException
and exits
Edited by Edward J Hunter