stroom icon indicating copy to clipboard operation
stroom copied to clipboard

<xsl:import> getting confused

Open stroomdev00 opened this issue 3 years ago • 1 comments

b.212 Create an XSLT with the line <xsl:import href="xxx"/> Create two XSLTs both named xxx. Step main XSLT and get the error FATAL XsltPoolImpl - java.io.IOException: Found 2 resources for : "xxx" Rename one of the xxx XSLTs. Restep main XSLT and same error occurs despite only one instance of xxx present. Delete the previously renamed xxx XSLT Restep main XSLT and same error occurs despite only one instance of xxx present. Works fine if href is changed to the uuid but then impossible to lookup uuid to name from UI.

stroomdev00 avatar Jun 29 '22 12:06 stroomdev00

Actually seems to be a caching issue. Clearing the XSLT cache solves the problem.

However, deletion or renaming of an XSLT should really cause the cache to update.

stroomdev00 avatar Jun 29 '22 12:06 stroomdev00

Fixed in >7.0.1

at055612 avatar Aug 23 '22 13:08 at055612