Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 91003 invoked from network); 30 Jul 2007 17:04:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2007 17:04:19 -0000 Received: (qmail 99469 invoked by uid 500); 30 Jul 2007 17:04:18 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 99429 invoked by uid 500); 30 Jul 2007 17:04:18 -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 99389 invoked by uid 99); 30 Jul 2007 17:04:18 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 10:04:18 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 17:04:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 119187141F5 for ; Mon, 30 Jul 2007 10:03:57 -0700 (PDT) Message-ID: <16981911.1185815037069.JavaMail.jira@brutus> Date: Mon, 30 Jul 2007 10:03:57 -0700 (PDT) From: "Catalina Wei (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-240) Persistent field mappings to database supported XML columns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalina Wei updated OPENJPA-240: --------------------------------- Attachment: OPENJPA-240.r560665.patch Attached patch has JAXB XML annotation parser refactored out of XMLClassMetaData and moved into a new AnnotationPersistenceXMLMetaDataParser. > Persistent field mappings to database supported XML columns > ----------------------------------------------------------- > > Key: OPENJPA-240 > URL: https://issues.apache.org/jira/browse/OPENJPA-240 > Project: OpenJPA > Issue Type: New Feature > Components: jdbc > Reporter: Catalina Wei > Attachments: jpa1.0.0-xmlmapping.r555694.patch, OPENJPA-240.r560665.patch, openjpa-project.patch, OpenJPAXMLMapping.doc > > > Many database systems such as DB2 version 9, Oracle 10g, and SQLServer 2005 have support for XML column types. XML documents can be stored natively in the XML columns in the database. > What is OpenJPA's position of supporting the XML columns ? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.