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

Karel Piwko (JIRA) jira-events at lists.jboss.org
Tue Nov 19 06:24:05 EST 2013


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

Karel Piwko commented on ARQ-579:
---------------------------------

This represents an usability issue when trying to use Droidium (default protocol Android) with AS7/EAP with Servlet 3.0 protocol.
                
> 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: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list