]
Aslak Knutsen updated AS7-1152:
-------------------------------
Fix Version/s: 7.0.1.Final
Support Deployment introspection using ProtocolMetadata in the
Arquillian Containers
------------------------------------------------------------------------------------
Key: AS7-1152
URL:
https://issues.jboss.org/browse/AS7-1152
Project: Application Server 7
Issue Type: Feature Request
Components: Test Suite
Affects Versions: 7.0.0.CR1
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Fix For: 7.0.1.Final
on deploy, the Arquillian Containers should return a ProtocolMetadata object that
describes the content of the Deployment.
e.g. Which HTTP contexts (ip/port) are there, which Servlets etc.
This can be used for injection of URL's to the Deployed context, e.g.
@ArquillianResource(MyServlet.class) URL url;
The same is used by the ServletProtocol to discover the correct web context to call to
invoke the test (this does not currently work at all with AS7)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: