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

Rostislav Svoboda (JIRA) issues at jboss.org
Thu Mar 23 05:50:00 EDT 2017


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

Rostislav Svoboda commented on ARQ-579:
---------------------------------------

Mentioned also as known deficiency in http://wildfly-swarm.io/posts/running-java-ee-7-samples-with-wildfly-swarm/


> 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
>          Components: Base Implementation, Configuration
>    Affects Versions: 1.0.0.Final
>            Reporter: José Freitas
>              Labels: starter
>             Fix For: 2.0.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 was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the arquillian-issues mailing list