[arquillian-issues] [JBoss JIRA] (ARQ-1938) wildfly container does not support serverConfig parameter

Karl Pietrzak (JIRA) issues at jboss.org
Mon Mar 23 15:56:18 EDT 2015


Karl Pietrzak created ARQ-1938:
----------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the arquillian-issues mailing list