[arquillian-issues] [JBoss JIRA] (ARQ-579) We need to be able to override default protocol on a container level

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed May 2 02:57:19 EDT 2012


    [ https://issues.jboss.org/browse/ARQ-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689346#comment-12689346 ] 

Aslak Knutsen commented on ARQ-579:
-----------------------------------

The container/protocol element is intended for configuring the protocol, e.g. override server ip, so the presence of the protocol type is not enough. We can follow the container way by adding a default=true|false.
                
> We need to be able to override default protocol on a container level
> --------------------------------------------------------------------
>
>                 Key: ARQ-579
>                 URL: https://issues.jboss.org/browse/ARQ-579
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Base Implementation, Configuration
>    Affects Versions: 1.0.0.Final
>            Reporter: José Freitas
>              Labels: starter
>             Fix For: 1.1.0.Beta1
>
>
> Using <defaultProtocol type="Servlet 3.0" /> makes it impossible to run tests on tomcat-embedded-6.
> We need to be able to override default protocol on a container level, so we can use defaultProtocol property and still share an arquillian.xml between older servers.
> This is just a matter of honoring the protocol element child of the container element, which is already in the schema:
> {code:xml}
> <container qualifier="jbossas-managed-7" default="true">
>     <protocol type="Servlet 3.0"/>
> </container>
> {code}

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