arquillian / arquillian-container-cloudbees

This Repository Is Obsolete! Implementation of cloudbees container for Arquillian
3 stars 0 forks source link

Support Servlet URL injection #2

Open hasalex opened 11 years ago

hasalex commented 11 years ago

@ArquillianResource is working fine for root URL : @ArquillianResource URL baseURL

But it does not work with servlets : @ArquillianResource(Servlet1.class) URL servlet1BaseURL

hasalex commented 11 years ago

In CloudbeesContainer.deploy, I should enhance the ProtocolMetaData with the servlets.

ProtocolMetaDataParser, in Openshift container, is a good example and could be reused.