Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-152

Support multiple container configurations for same container type

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.0.0.Alpha5
    • None
    • Configuration
    • None
    • Documentation (Ref Guide, User Guide, etc.), Interactive Demo/Tutorial

    Description

      Configuration need to support multiple container configurations for the same container type with a runtime 'flag' for switching configuration.

      UseCase:
      Different configuration for test/stage servers. e.g.

      <arquillian xmlns="http://jboss.com/arquillian"
      		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      		xmlns:jboss="urn:arq:org.jboss.arquillian.jbossas.remote60">
      
      	<jboss:container id="jbossTest">
      		<localDeploymentBindAddress>my.domain</localDeploymentBindAddress>
      		<remoteServerAddress>remote.test.server</remoteServerAddress>
      		<remoteServerHttpPort>8080</remoteServerHttpPort>
      	</jboss:container>	
      
      	<jboss:container id="jbossStage">
      		<localDeploymentBindAddress>my.domain</localDeploymentBindAddress>
      		<remoteServerAddress>remote.stage.server</remoteServerAddress>
      		<remoteServerHttpPort>8181</remoteServerHttpPort>
      	</jboss:container>	
      
      </arquillian>
      

      Attachments

        Issue Links

          Activity

            People

              aslak@redhat.com Aslak Knutsen
              aslak@redhat.com Aslak Knutsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: