You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Jeremy Bauer (JIRA)" <ji...@apache.org> on 2008/12/10 14:10:45 UTC

[jira] Created: (OPENJPA-823) Add JPA 2.0 schemas and appropriately validate for version

Add JPA 2.0 schemas and appropriately validate for version
----------------------------------------------------------

                 Key: OPENJPA-823
                 URL: https://issues.apache.org/jira/browse/OPENJPA-823
             Project: OpenJPA
          Issue Type: Sub-task
          Components: jpa
    Affects Versions: 2.0.0
            Reporter: Jeremy Bauer
            Assignee: Jeremy Bauer


This task is to update OpenJPA to:

a) Include the new JPA 2.0 xsd's.
b) Validate using the appropriate xsd based on the version specified in the persistence.xml or orm.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENJPA-823) Add JPA 2.0 schemas and appropriately validate for version

Posted by "Jeremy Bauer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Bauer resolved OPENJPA-823.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

With the completion of this item in iteration1, OpenJPA:

1) Includes the 10/31 version of the persistence_2_0.xsd and orm_2_0.xsd
  - The spec draft of persistence_2_0.xsd does not have the proper version attribute.  This prohibited the use of the 2.0 persistence xsd.  The xsd version attribute is fixed the schema included in OpenJPA.

2) Will validate using the new schemas provided the version is specified in the corresponding xml document.  This allows specification of new iteration 1 metadata content to be specified in the orm.xml.  For example, container-table, element-collection, nested embeddables, and embeddable relationships.
 
A separate roadmap task was created to do the documentation updates, since they will be a significant amount of work - new elements and attributes must be documented and the new schemas must be formatted for docbook.

> Add JPA 2.0 schemas and appropriately validate for version
> ----------------------------------------------------------
>
>                 Key: OPENJPA-823
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-823
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: jpa
>    Affects Versions: 2.0.0
>            Reporter: Jeremy Bauer
>            Assignee: Jeremy Bauer
>             Fix For: 2.0.0
>
>
> This task is to update OpenJPA to:
> a) Include the new JPA 2.0 xsd's.
> b) Validate using the appropriate xsd based on the version specified in the persistence.xml or orm.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.