]
Bartosz Majsak closed ARQ-875.
------------------------------
Resolution: Done
Decommissioned as new OpenShift v3 support is moved to [Arquillian
Use AS7 Deploy Ping Servlet to extract ProtocolMetadata
-------------------------------------------------------
Key: ARQ-875
URL:
https://issues.jboss.org/browse/ARQ-875
Project: Arquillian
Issue Type: Feature Request
Components: OpenShift Containers
Affects Versions: openshift_1.0.0.Beta1
Reporter: Aslak Knutsen
Instead of doing Archive scanning to figure out the ProtocolMetadata, we could reuse the
Ping Servlet we use to check if the deployment is done to return the ProtocolMetadata from
inside the server.
The Wait For:
https://github.com/arquillian/arquillian-container-openshift/blob/master/...
The Extractor:
https://github.com/arquillian/arquillian-container-openshift/blob/master/...
Similar MGM API Calls from AS7:
https://github.com/jbossas/jboss-as/blob/master/arquillian/common/src/mai...