Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 60167 invoked from network); 6 Apr 2004 22:42:06 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Apr 2004 22:42:06 -0000 Received: (qmail 23609 invoked by uid 500); 6 Apr 2004 22:41:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 23338 invoked by uid 500); 6 Apr 2004 22:41:48 -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: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 23329 invoked from network); 6 Apr 2004 22:41:48 -0000 Received: from unknown (HELO web12821.mail.yahoo.com) (216.136.174.202) by daedalus.apache.org with SMTP; 6 Apr 2004 22:41:48 -0000 Message-ID: <20040406224155.39441.qmail@web12821.mail.yahoo.com> Received: from [65.96.13.174] by web12821.mail.yahoo.com via HTTP; Tue, 06 Apr 2004 15:41:55 PDT Date: Tue, 6 Apr 2004 15:41:55 -0700 (PDT) From: Davanum Srinivas Reply-To: dims@yahoo.com Subject: Re: [jira] Updated: (AXIS-1289) Processing of 'octet-stream' content type for MIME SOAP attachments To: axis-dev@ws.apache.org, lisa.preston@jhuapl.edu In-Reply-To: <1031354349.1081287103344.JavaMail.apache@nagoya> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Lisa, Looks like the simple patch is not enough :( Getting test failures. Can you try running "ant clean all-tests" from ws-axis/java directory? you will see the problem(s). thanks, dims --- jira@apache.org wrote: > The following issue has been updated: > > Updater: Lisa Preston (mailto:lisa.preston@jhuapl.edu) > Date: Tue, 6 Apr 2004 2:31 PM > Comment: > Re-submit of patch (one change missing in last file) > Changes: > Attachment changed to diff.txt > --------------------------------------------------------------------- > For a full history of the issue, see: > > http://issues.apache.org/jira/browse/AXIS-1289?page=history > > --------------------------------------------------------------------- > View the issue: > http://issues.apache.org/jira/browse/AXIS-1289 > > Here is an overview of the issue: > --------------------------------------------------------------------- > Key: AXIS-1289 > Summary: Processing of 'octet-stream' content type for MIME SOAP attachments > Type: Bug > > Status: Unassigned > Priority: Major > > Project: Axis > Components: > WSDL processing > Versions: > current (nightly) > > Assignee: > Reporter: Lisa Preston > > Created: Tue, 6 Apr 2004 8:33 AM > Updated: Tue, 6 Apr 2004 2:31 PM > Environment: Java 1.4.1_03 > Axis 1.2 > > Description: > In Axis 1.2, there seems to be an inconsistency in the use of 'application/octetstream' > (incorrect) and 'application/octet-stream' for handling MIME content as defined by a WSDL. As a > result, the representation selected by WSDL2Java for the resultant source code is DataHandler > (generic) instead of OctetStream when the proper content type is used. > > All references to 'application/octetstream' should either be corrected, or should be a backwards > compatibility option with 'application/octet-stream' as the preferred string. It would probably > be a good idea to disallow further use of 'application/octetstream' by removing it completely. > > > > --------------------------------------------------------------------- > JIRA INFORMATION: > This message is automatically generated by JIRA. > > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > > If you want more information on JIRA, or have a bug to report see: > http://www.atlassian.com/software/jira > ===== Davanum Srinivas - http://webservices.apache.org/~dims/