[
https://issues.jboss.org/browse/WFLY-8124?page=com.atlassian.jira.plugin....
]
Ondrej Chaloupka commented on WFLY-8124:
----------------------------------------
hi [~jamezp] ,
would you be so kind and give me some guidance if the expected protocol for WFLY
Arquillian extension (
https://github.com/wildfly/wildfly-arquillian) is {{jmx-as7}} or
different one? And in case what is the recommended protocol for WFLY testsuite. The
{{rts}} and {{xts }} modules are the only one with definition of the protocol {{Servlet
3.0}} currently (probably they were used just from history)
Unify arquillian defaultProtocol in TS
--------------------------------------
Key: WFLY-8124
URL:
https://issues.jboss.org/browse/WFLY-8124
Project: WildFly
Issue Type: Enhancement
Components: Test Suite, XTS
Reporter: Marek Kopecky
Assignee: Ondrej Chaloupka
Priority: Major
Unify arquillian defaultProtocol in TS
xts a rts module use servlet protocol. Jmx protocol is standard protocol:
{noformat}
[mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -i servlet
testsuite/integration/rts/src/test/config/arq/arquillian.xml: <defaultProtocol
type="Servlet 3.0" />
testsuite/integration/xts/src/test/config/arq/arquillian.xml: <defaultProtocol
type="Servlet 3.0" />
[mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -iv servlet | wc
-l
13
[mkopecky@dhcp-10-40-5-170 base] (7.x)$
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)