activemq-artemis/artemis-jms-server/src/main
Justin Bertram 73bdbad8b4 ARTEMIS-2310 support system prop sub in xincludes
Historically the broker has read the XML configuration file as a String,
substituted system properties, and then parsed that String into an XML
document. However, this method won't substitute system properties in the
files which are imported via xinclude. In order to substitue system
properties in xincluded files the substitution needs to be performed
after the file is parsed into an XML document. This commit implements
that change and refactors the XMLUtil class a bit to eliminate redundant
code, obsolete comments, etc.
2019-04-25 10:51:12 -04:00
..
java/org/apache/activemq/artemis/jms ARTEMIS-2310 support system prop sub in xincludes 2019-04-25 10:51:12 -04:00
resources/schema renamed schemas 2015-04-29 10:49:43 +01:00