Re: xalan usage in taglibs

2017-12-06 Thread Romain Manni-Bucau
requires a classloader hack, no other trivial way, and that's why we removed it from tomee 2017-12-06 14:27 GMT+01:00 Matthew Broadhead : > is there any way that i can get the correct xalan at runtime? > > to recap this is the code that is blowing up for me: >

Re: xalan usage in taglibs

2017-12-06 Thread Matthew Broadhead
is there any way that i can get the correct xalan at runtime? to recap this is the code that is blowing up for me: Reader xsl = new InputStreamReader(filepath.openStream()); TransformerFactory transformerfactory = TransformerFactory.newInstance(); StreamSource ssXsl = new StreamSource(xsl);