TransformerFactoryUtils introduced in release 3.0.6 sets default properties that conflict with other TransformerFactory implementations [SWS-1054] #1120
Labels
status: duplicate
A duplicate of another issue
Geert Graat opened SWS-1054 and commented
We recently upgraded to Spring WS 3.0.6. In this release, a new class is introduced,
TransformerFactoryUtils
(1f05307), which before instantiating aTransformerFactory
sets some defaults.The problem we have with this is that we do not use the default
TransformerFactory
implementation, but instead rely on the Saxon-HE library. When thisTransformerFactory
is instantiated, setting the defaults lead to an exception:This prevents our application from starting up.
Affects: 3.0.6
The text was updated successfully, but these errors were encountered: