Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 31749 invoked from network); 19 Oct 2006 16:28:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 16:28:47 -0000 Received: (qmail 83718 invoked by uid 500); 19 Oct 2006 16:28:32 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 83673 invoked by uid 500); 19 Oct 2006 16:28:32 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 83639 invoked by uid 99); 19 Oct 2006 16:28:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 09:28:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 09:28:31 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 34842714315 for ; Thu, 19 Oct 2006 09:27:36 -0700 (PDT) Message-ID: <14380124.1161275256212.JavaMail.jira@brutus> Date: Thu, 19 Oct 2006 09:27:36 -0700 (PDT) From: "A B (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-1776) ERROR 42Z72: XML syntax error; missing keyword(s): 'AS'. - Misleading text In-Reply-To: <16363432.1156861229791.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1776?page=all ] A B closed DERBY-1776. ---------------------- Changes in trunk and 10.2 and no further comments, so closing the issue. > ERROR 42Z72: XML syntax error; missing keyword(s): 'AS'. - Misleading text > -------------------------------------------------------------------------- > > Key: DERBY-1776 > URL: http://issues.apache.org/jira/browse/DERBY-1776 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.2.1.6, 10.3.0.0 > Reporter: Daniel John Debrunner > Assigned To: A B > Priority: Minor > Fix For: 10.2.1.6, 10.3.0.0 > > Attachments: d1776_reuseInt.patch, d1776_v1.patch > > > create table t (i int, x xml); > select xmlserialize(x) from t; > ERROR 42Z72: XML syntax error; missing keyword(s): 'AS'. > This is not an 'XML Syntax error', it's a syntax in the SQL language. No need to have a special error messgae here, wouldn't the error be caught by regular parsing? -- 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