Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
In XsltEndpoint.java, createXsltBuilder() the resultHandlerFactory is set if configured.
However, further down in the method it is overwritten because of
configureOutput(xslt, output.name());
Since output is an enum which cannot be set to "" or null via Spring/XML, there is no way around this except for extending the Endpoint class and overriding the behavior.
Suggested solution is setting the result handler factory after configureOutput, or skipping configureOutput in case of a custom result handler factory.
Attachments
Issue Links
- links to