With deployment URL handling reworked in #291 the deployment URL is taken now as an Arquillian resource not from the MP config. The issue in TckRecoveryTests is that the deployments are not managed by arquillian and thus the deployment URL is not injected. This fix passes the deployment URL as a header to invocations in the individual phases that are run in the manually started containers (deployments not managed by arquillian).
With deployment URL handling reworked in #291 the deployment URL is taken now as an Arquillian resource not from the MP config. The issue in TckRecoveryTests is that the deployments are not managed by arquillian and thus the deployment URL is not injected. This fix passes the deployment URL as a header to invocations in the individual phases that are run in the manually started containers (deployments not managed by arquillian).