Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 12261 invoked from network); 25 Mar 2006 05:55:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Mar 2006 05:55:46 -0000 Received: (qmail 96446 invoked by uid 500); 25 Mar 2006 05:55:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 96102 invoked by uid 500); 25 Mar 2006 05:55:43 -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 96091 invoked by uid 99); 25 Mar 2006 05:55:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 21:55:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 21:55:42 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id BAB50D4A01 for ; Sat, 25 Mar 2006 05:55:21 +0000 (GMT) Message-ID: <1066811140.1143266121762.JavaMail.jira@ajax> Date: Sat, 25 Mar 2006 05:55:21 +0000 (GMT) From: "Dennis Sosnoski (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-514) Tutorial mismatch with code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Tutorial mismatch with code --------------------------- Key: AXIS2-514 URL: http://issues.apache.org/jira/browse/AXIS2-514 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: om Versions: 0.95 Environment: n/a Reporter: Dennis Sosnoski Priority: Minor >From reading the Axiom tutorial the serialize() method is supposed to serialize without caching the stream, in which case the object model is not supposed to be built. Calling serializeWithCache() forces the object model to be built (if not already constructed) along with the serialization. However, it looks like the serializeWithCache() method is no longer part of the API, and the serialize() method has changed to work the way serializeWithCache() originally did while a new serializeAndConsume() method does what serialize() was originally supposed to do. This creates serious confusion for anyone trying to understand Axiom and track down problems on the basis of the tutorial. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira