OpenLiberty/liberty-arquillian

Improve error message when localConnector feature is not installed

kathrynkodama opened this issue · 1 comments

Currently when the localConnector-1.0 feature is not installed users will see:
feature definition could not be found for localConnector-1.0
and when Arquillian starts up:

Caused by: org.jboss.arquillian.container.spi.client.container.LifecycleException: Unable to retrieve connector address for localConnector of started VM

We should improve this error message to prompt users to check if the feature is configured in their server.xml or ensure that the feature is installed (and configured).

Closed with #89