[arquillian-issues] [JBoss JIRA] (ARQ-875) Use AS7 Deploy Ping Servlet to extract ProtocolMetadata

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Sun Apr 15 18:17:17 EDT 2012


Aslak Knutsen created ARQ-875:
---------------------------------

             Summary: 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
      Security Level: Public (Everyone can see)
          Components: OpenShift Containers
    Affects Versions: openshift_1.0.0.Beta1
            Reporter: Aslak Knutsen
            Assignee: Karel Piwko


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/openshift-express/src/main/java/org/jboss/arquillian/container/openshift/express/OpenShiftExpressContainer.java#L230

The Extractor: 
https://github.com/arquillian/arquillian-container-openshift/blob/master/openshift-express/src/main/java/org/jboss/arquillian/container/openshift/express/ping/DeploymentServlet.java

Similar MGM API Calls from AS7:
https://github.com/jbossas/jboss-as/blob/master/arquillian/common/src/main/java/org/jboss/as/arquillian/container/ManagementClient.java#L116

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list