From dev-return-8609-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Jul 10 23:37:23 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 59963 invoked from network); 10 Jul 2008 23:37:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2008 23:37:22 -0000 Received: (qmail 88648 invoked by uid 500); 10 Jul 2008 23:37:23 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 88473 invoked by uid 500); 10 Jul 2008 23:37:22 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 88462 invoked by uid 99); 10 Jul 2008 23:37:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 16:37:22 -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, 10 Jul 2008 23:36:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9177234C165 for ; Thu, 10 Jul 2008 16:36:31 -0700 (PDT) Message-ID: <1212541432.1215732991691.JavaMail.jira@brutus> Date: Thu, 10 Jul 2008 16:36:31 -0700 (PDT) From: "Dinkar Rao (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-657) Compile error: "The method getTextContent() is undefined for the type Node" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Compile error: "The method getTextContent() is undefined for the type Node" --------------------------------------------------------------------------- Key: OPENJPA-657 URL: https://issues.apache.org/jira/browse/OPENJPA-657 Project: OpenJPA Issue Type: Bug Components: jdbc Reporter: Dinkar Rao Got this compile error: The method getTextContent() is undefined for the type Node in openjpa/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/SQLErrorCodeReader.java line 124 Maven resolves the org.w3c.dom.Node dependency by downloading this: .m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis.1.0.b2.jar -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.