Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 7425 invoked from network); 3 Apr 2008 01:29:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 01:29:01 -0000 Received: (qmail 90360 invoked by uid 500); 3 Apr 2008 01:28:55 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 90317 invoked by uid 500); 3 Apr 2008 01:28:55 -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 90306 invoked by uid 99); 3 Apr 2008 01:28:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 18:28:55 -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, 03 Apr 2008 01:28:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D9A6234C0B6 for ; Wed, 2 Apr 2008 18:26:24 -0700 (PDT) Message-ID: <733922154.1207185984368.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 18:26:24 -0700 (PDT) From: "Rich Scheuerle (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Reopened: (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 reopened AXIS2-3671: ----------------------------------- MTOMFeature(threshold) is disabling MTOM. The threshold support is not yet available (see WSCOMMONS-318). I am using this defect to "tolerate" the MTOMFeature threshold setting...meaning that it is read but ignored. This is consistent with the specification, which indicates that it is a hint. > 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