[infinispan-issues] [JBoss JIRA] (ISPN-10573) Allow RELAY2#config attribute be configured with the server config path

Diego Lovison (Jira) issues at jboss.org
Wed Sep 18 10:15:00 EDT 2019


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

Diego Lovison commented on ISPN-10573:
--------------------------------------

Reduced to Minor ( Maybe we can close as explained if we are not going to implement ) because we can use the inline configuration


{code:xml}
<jgroups>
    <stack name="xsite" extends="udp">
        <relay.RELAY2 site="LON" xmlns="urn:org:jgroups"/>
        <remote-sites default-stack="tcp">
            <remote-site name="LON" stack="tcp"/>
        </remote-sites>
    </stack>
</jgroups>
{code}


> Allow RELAY2#config attribute be configured with the server config path
> -----------------------------------------------------------------------
>
>                 Key: ISPN-10573
>                 URL: https://issues.jboss.org/browse/ISPN-10573
>             Project: Infinispan
>          Issue Type: Enhancement
>    Affects Versions: 10.0.0.Beta5
>            Reporter: Diego Lovison
>            Assignee: Diego Lovison
>            Priority: Minor
>
> As a developer, I would like to use RELAY2 with the config attribute filled with expression.
> {code:xml}
> <relay.RELAY2 site="LON" config="${infinispan.server.config.path}/relay.xml"/>
> {code}
> Jgroups is not able to read {{infinispan.server.config.path}} because it is set as a Property in the ISPN source code.
> Also, Jgroups only see files in the classpath



--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the infinispan-issues mailing list