]
Max Sinelnikov commented on ARQ-1938:
-------------------------------------
It seems that only embedded wildfly container does not support serverConfig parameter.
I tried it with managed container and it works.
wildfly container does not support serverConfig parameter
---------------------------------------------------------
Key: ARQ-1938
URL:
https://issues.jboss.org/browse/ARQ-1938
Project: Arquillian
Issue Type: Feature Request
Reporter: Karl Pietrzak
h3. arquillian.xml snippet
{code:xml}
<container qualifier="wildfly-embedded" default="true">
<configuration>
<property
name="serverConfig">does_not_matter.xml</property>
<property
name="jbossHome">target/wildfly-embedded/wildfly-8.2.0.Final/</property>
<property
name="modulePath">target/wildfly-embedded/wildfly-8.2.0.Final/modules</property>
</configuration>
</container>
{code}
h3. Details
* It doesn't matter what I put for {{serverConfig}}, which leads me to believe it
isn't used.
* the JBoss container supports this parameter, so it would be great if the Wildfly one
did too.