Update tck2 JDO metadata files to refer the 2.1 XSD version
-----------------------------------------------------------

                 Key: JDO-502
                 URL: https://issues.apache.org/jira/browse/JDO-502
             Project: JDO
          Issue Type: Task
          Components: tck2, tck2-legacy
    Affects Versions: JDO 2 final
            Reporter: Michael Bouschen
            Assignee: Michael Bouschen
             Fix For: JDO 2 maintenance release 1


The JDO metadata files (suffxies .jdo, .orm, .jdoquery) refer the XSD XML 
schema definition. This reference needs to be updated to refer the 2.1 version. 
For a .jdo file the top level element should look like:
<jdo xmlns="http://java.sun.com/xml/ns/jdo/jdo";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://java.sun.com/xml/ns/jdo/jdo 
http://java.sun.com/xml/ns/jdo/jdo_2_1.xsd";> 



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

Reply via email to