-
Bug
-
Resolution: Duplicate
-
Blocker
-
4.2.7
-
None
-
False
-
False
-
Undefined
-
-
When upgrading from 4.2.6 to 4.2.7 I get the following exception:
... Caused by: java.io.IOException: JGRP000004: parsing failure; the XML document is not correct: failed parsing version '${version}': java.lang.IllegalStateException: No match found at org.jgroups.conf.XmlConfigurator.parse(XmlConfigurator.java:142) at org.jgroups.conf.XmlConfigurator.getInstance(XmlConfigurator.java:45) at org.jgroups.conf.XmlConfigurator.getInstance(XmlConfigurator.java:41) ...
with something equivalent to
XmlConfigurator.getInstance(ConfiguratorFactory.getConfigStream("tcp.xml"))
Works fine in 4.2.6.