]
Diego Lovison updated ISPN-10573:
---------------------------------
Summary: Allow RELAY2#config attribute be configured with the server config path
(was: Expose Server properties as System properties)
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: Major
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