File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
distribution/demo-dist/src/main/xslt Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 88 exclude-result-prefixes =" xalan j ds k sec" >
99
1010 <xsl : param name =" config" />
11+ <xsl : variable name =" inf" select =" 'urn:jboss:domain:infinispan:'" />
1112
1213 <xsl : output method =" xml" version =" 1.0" encoding =" UTF-8" indent =" yes" xalan : indent-amount =" 4" standalone =" no" />
1314 <xsl : strip-space elements =" *" />
6162 </xsl : copy >
6263 </xsl : template >
6364
65+ <xsl : template match =" //*[local-name()='subsystem' and starts-with(namespace-uri(), $inf)]" >
66+ <xsl : copy >
67+ <cache-container name =" keycloak" jndi-name =" infinispan/Keycloak" >
68+ <local-cache name =" realms" />
69+ <local-cache name =" users" />
70+ <local-cache name =" sessions" />
71+ <local-cache name =" loginFailures" />
72+ </cache-container >
73+ <xsl : apply-templates select =" node()|@*" />
74+ </xsl : copy >
75+ </xsl : template >
76+
6477 <xsl : template match =" @*|node()" >
6578 <xsl : copy >
6679 <xsl : apply-templates select =" @*|node()" />
You can’t perform that action at this time.
0 commit comments