[arquillian-issues] [JBoss JIRA] (ARQGRA-374) Allow to setup custom Location URL via arquillian.xml configuration with CustomizableURLResourceProvider

Stefan Miklosovic (JIRA) issues at jboss.org
Mon Sep 22 08:50:03 EDT 2014


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

Stefan Miklosovic commented on ARQGRA-374:
------------------------------------------

[~lfryc] so implementing this would practically mean that super.lookup() could return null and in that case I would construct url manually from injected GrapheneConfiguration where I would look for "url" property?

> Allow to setup custom Location URL via arquillian.xml configuration with CustomizableURLResourceProvider
> --------------------------------------------------------------------------------------------------------
>
>                 Key: ARQGRA-374
>                 URL: https://issues.jboss.org/browse/ARQGRA-374
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>            Reporter: Lukáš Fryč
>            Assignee: Stefan Miklosovic
>             Fix For: 2.1-Tracking
>
>
> {code:xml}
> <arquillian>
>   <extension name="graphene">
>     <property name="url">http://localhost:8080/app/</property>
>   </extension>
> </arquillian>
> {code}
> The provider will obtain URL from {{URLResourceProvider}} and use it if no other URL is provided.
> Configuring this provider should also block deploying application, since its unnecessary.



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



More information about the arquillian-issues mailing list