Return-Path: Delivered-To: apmail-xml-xerces-j-dev-archive@www.apache.org Received: (qmail 21650 invoked from network); 5 Sep 2004 16:27:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Sep 2004 16:27:16 -0000 Received: (qmail 40265 invoked by uid 500); 5 Sep 2004 16:27:14 -0000 Delivered-To: apmail-xml-xerces-j-dev-archive@xml.apache.org Received: (qmail 40217 invoked by uid 500); 5 Sep 2004 16:27:13 -0000 Mailing-List: contact xerces-j-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: xerces-j-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list xerces-j-dev@xml.apache.org Delivered-To: moderator for xerces-j-dev@xml.apache.org Received: (qmail 79464 invoked by uid 99); 5 Sep 2004 15:00:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Message-ID: <1815122062.1094396557328.JavaMail.apache@nagoya> Date: Sun, 5 Sep 2004 08:02:37 -0700 (PDT) From: xalan-dev@xml.apache.org To: xerces-j-dev@xml.apache.org Subject: [jira] Commented: (XALANJ-1464) IndentPrinter.breakLine() throws NoSuchMethodError Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Brian Minchau Created: Sun, 5 Sep 2004 8:01 AM Body: Please run with a newer version of Xalan and let us know if you still have a problem. The serializer code has moved the package org.apache.xml.serialer (note the 'r' on the end of the package). The code in the new package has changed substantially. --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/XALANJ-1464?page=comments#action_52837 --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XALANJ-1464 Here is an overview of the issue: --------------------------------------------------------------------- Key: XALANJ-1464 Summary: IndentPrinter.breakLine() throws NoSuchMethodError Type: Bug Status: Open Project: XalanJ2 Components: Xalan Versions: 2.5Dx Assignee: Xerces-J Developers Mailing List Reporter: M.H. Created: Mon, 31 Mar 2003 12:31 PM Updated: Sun, 5 Sep 2004 8:01 AM Environment: Operating System: Windows NT/2K Platform: PC Description: Just exchanged the 2.4.1 Xalan JARs with the 2.5.D1 Xalan JARs and run my application. result: ------- java.lang.NoSuchMethodError at org.apache.xml.serialize.IndentPrinter.breakLine(Unknown Source) at org.apache.xml.serialize.IndentPrinter.breakLine(Unknown Source) at org.apache.xml.serialize.XMLSerializer.startDocument(Unknown Source) at org.apache.xml.serialize.XMLSerializer.serializeElement(Unknown Source) at org.apache.xml.serialize.BaseMarkupSerializer.serializeNode(Unknown Source) at org.apache.xml.serialize.BaseMarkupSerializer.serializeNode(Unknown Source) at org.apache.xml.serialize.BaseMarkupSerializer.serialize(Unknown Source) at mypck.XCProc.writeDocument(XCProc.java:797) ------- --------------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-j-dev-help@xml.apache.org