In my web application I need to use Saxon TransformerFactory in order to use XSLT 2.0 but I can\'t use setProperty method because I don\'t have this right on the web server
Create file META-INF/services/javax.xml.transform.TransformerFactory with content: net.sf.saxon.TransformerFactoryImpl. That's it.
META-INF/services/javax.xml.transform.TransformerFactory
net.sf.saxon.TransformerFactoryImpl