]
Alessio Soldano updated JBWS-2882:
----------------------------------
Fix Version/s: jbossws-native-4.0
(was: jbossws-native-3.4.0)
Give setMTOMEnabled higher priority for clients
-----------------------------------------------
Key: JBWS-2882
URL:
https://jira.jboss.org/browse/JBWS-2882
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.2.2
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: jbossws-native-4.0
Presently JBossWS clients call setMTOMEnabled to indicate if MTOM should be enabled for
the call, however JBossWS then scans the known types for an @XmlMimeType annotation to
decide if the call is eligible for MTOM.
The MTOM optimisation however applies to all binary types and not just the ones annotated
with @XmlMimeType. The call to setMTOMEnabled should be sufficient to enable MTOM without
requiring the check for @XmlMimeType
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: