[arquillian-issues] [JBoss JIRA] (ARQ-506) Support more complex property types in container configuration

Aslak Knutsen (JIRA) issues at jboss.org
Thu Aug 28 18:49:59 EDT 2014


     [ https://issues.jboss.org/browse/ARQ-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-506:
------------------------------
    Fix Version/s: 2.0.0.Beta1


> Support more complex property types in container configuration
> --------------------------------------------------------------
>
>                 Key: ARQ-506
>                 URL: https://issues.jboss.org/browse/ARQ-506
>             Project: Arquillian
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Configuration
>    Affects Versions: 1.0.0.Final
>            Reporter: Gerhard Poul
>             Fix For: 2.0.0.Beta1
>
>
> It might sometimes be helpful to support arbitrary property lists within an arquillian configuration, such as when we want to make it possible to pass properties to the underlying container implementations, but that have no effect on the behavior of the arquillian-container-implementation itself.
> This is not to replace, but to augment the current configuration capability, such that we can provide something like the following in an arquillian.xml:
> <container qualifier="someQualifier" default="true">
> <configuration>
> <propertyList name="somePropertyName">
> 	<propertyEntry name="somePropertyEntryName" type="java.lang.String" value="someValue" />
> 	<propertyEntry name="somePropertyEntryName2" type="java.lang.Integer" value="1234" />
> 	...
> </propertyList>
> <property name="someOtherProperty">someValue</property>
> </configuration>
> </container>



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the arquillian-issues mailing list