]
Paul Ferraro commented on WFLY-3575:
------------------------------------
There is a similar problem with the xslt stylesheets for transforming the jgroups
subsystem. These are hardcoded for version 2.0 of the jgroups subsystem schema.
Parameterize subsystem version in xsite testsuite xslt stylesheet
-----------------------------------------------------------------
Key: WFLY-3575
URL:
https://issues.jboss.org/browse/WFLY-3575
Project: WildFly
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Clustering
Affects Versions: 8.1.0.Final
Reporter: Paul Ferraro
Assignee: Radoslav Husar
I wasted a good couple of hours today trying to figure out why my changes broke the xsite
tests. It turns out that the xslt scripts have the subsystem schema version hardcoded,
and I had created a new schema version.
We should parameterize this, in the same way as the addCacheContainer.xsl stylesheet
does.