[
https://issues.jboss.org/browse/ARQ-579?page=com.atlassian.jira.plugin.sy...
]
Dan Allen updated ARQ-579:
--------------------------
Description:
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}
was:
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.
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
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