Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 36900 invoked from network); 27 Mar 2008 16:59:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Mar 2008 16:59:43 -0000 Received: (qmail 54150 invoked by uid 500); 27 Mar 2008 16:59:40 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 54111 invoked by uid 500); 27 Mar 2008 16:59:40 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 54095 invoked by uid 99); 27 Mar 2008 16:59:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 09:59:40 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2008 16:58:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3FF97234C0AD for ; Thu, 27 Mar 2008 09:57:27 -0700 (PDT) Message-ID: <663688344.1206637047261.JavaMail.jira@brutus> Date: Thu, 27 Mar 2008 09:57:27 -0700 (PDT) From: "Rich Scheuerle (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-3671) JAXWS: @MTOM annotation not respected in some circumstances In-Reply-To: <799083.1206631644553.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-3671. ----------------------------------- Resolution: Fixed done > JAXWS: @MTOM annotation not respected in some circumstances > ----------------------------------------------------------- > > Key: AXIS2-3671 > URL: https://issues.apache.org/jira/browse/AXIS2-3671 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Rich Scheuerle > Assignee: Rich Scheuerle > Priority: Critical > Fix For: 1.4 > > > Problem: > JAXWS 2.1 introduced an @MTOM annotation for the endpoint. > If present the @MTOM annotation should be used to enable/disable MTOM > If not present, the BindingType should be used to enable/disable MTOM. > The following cases are currently failing: > // Should enable MTOM > @WebService(...) > @MTOM > public class ...{ > // Should enable MTOM > @WebService(...) > @MTOM(enabled=true) > public class ...{ > // Should disable MTOM > @WebService(...) > @BindingType(SOAPBinding.SOAP11HTTP_MTOM_BINDING) > @MTOM(enabled= false) > public class ...{ > I have representative failing tests in my sandbox. I will be committing the new tests and changes today for RC3. > Thanks, > Rich -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org