[
https://issues.apache.org/jira/browse/JDO-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505493
]
Craig Russell commented on JDO-502:
-----------------------------------
Looks good.
These files look like they have a white space problem or perhaps a missing
eolstyle:native property:
Index: src/jdo/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
Index:
src/jdo/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
Index:
src/orm/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package-standard8.orm
Index:
src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections-standard.orm
Index:
src/orm/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package-standard8.orm
> 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
>
> Attachments: JDO-502.patch
>
>
> 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.