[arquillian-issues] [JBoss JIRA] (ARQ-643) Arquillian fails to execute in-container tests when the serverHttps property is enabled for Glassfish containers

Vineet Reynolds (Created) (JIRA) jira-events at lists.jboss.org
Sun Nov 6 03:28:45 EST 2011


Arquillian fails to execute in-container tests when the serverHttps property is enabled for Glassfish containers
----------------------------------------------------------------------------------------------------------------

                 Key: ARQ-643
                 URL: https://issues.jboss.org/browse/ARQ-643
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: GlassFish Containers
            Reporter: Vineet Reynolds


When the {{serverHttps}} property is enabled in arquillian.xml, execution of in-container tests fail. The failure occurs at the point when the Arquillian client attempts to communicate with the Arquillian Test Runner Servlet. The {{serverHttps}} property is meant to allow for the client to communicate with the server (and the deployed test runner) over SSL, but since the test client ({{ServletUtil}}) constructs a URI with the "http" scheme and not "https", communication with the test runner fails.

We'll need to 
* either remote this property for now, and bring this back in a future release when the test client can support communication with the Servlet test runner over SSL,
* or bring in support in Arquillian Core to support communication with the Servlet test runner over SSL.

--
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