[jbossws-issues] [JBoss JIRA] Created: (JBWS-2882) Give setMTOMEnabled higher priority for clients

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Tue Jan 5 07:16:30 EST 2010


Give setMTOMEnabled higher priority for clients
-----------------------------------------------

                 Key: JBWS-2882
                 URL: https://jira.jboss.org/jira/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-3.3.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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list