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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Apr 13 04:42:48 EDT 2012


    [ https://issues.jboss.org/browse/ARQ-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683775#comment-12683775 ] 

Lukáš Fryč edited comment on ARQ-506 at 4/13/12 4:42 AM:
---------------------------------------------------------

We need to consider both, simplification and support for complex types in the new configuration principle:

Let's brainstorm that in following gist:
https://gist.github.com/2375140 (feel free to extend/modify)
                
      was (Author: lfryc):
    We need to consider both, simplification and support for complex types in the new configuration principle:

Let's brainstorm that in following gist:
https://gist.github.com/2375140 (feel free to add/modify)
                  
> 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
>            Reporter: Gerhard Poul
>            Priority: Optional
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list