You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2021/05/07 23:11:51 UTC

[db-jdo] 09/43: JDO-358 Fixed incorrect metadata for persistent interfaces

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch origin/2.0.1
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit af586129aab75e028f3458b9557a97b0239c8e91
Author: Craig L Russell <cl...@apache.org>
AuthorDate: Sat Apr 1 01:34:00 2006 +0000

    JDO-358 Fixed incorrect metadata for persistent interfaces
---
 .../jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo | 4 ++--
 .../jdo/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo b/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo
index d686571..cf78b49 100644
--- a/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo
+++ b/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo
@@ -157,7 +157,7 @@ has application identity.
         <interface name="IEmployee"
             identity-type="application">
             <property name="reviewedProjects" persistence-modifier="persistent">
-                <collection element-type="org.apache.jdo.tck.pc.company.Project"/>
+                <collection element-type="org.apache.jdo.tck.pc.company.IProject"/>
             </property>
             <property name="projects" persistence-modifier="persistent">
                 <collection element-type="org.apache.jdo.tck.pc.company.IProject"/>
@@ -211,7 +211,7 @@ has application identity.
             </query>
             <query name="unmodifiable" unmodifiable="true">
                 SELECT firstname, lastname 
-                FROM org.apache.jdo.tck.pc.company.Person
+                FROM org.apache.jdo.tck.pc.company.IPerson
             </query>
             <query name="packageJDO">
                 SELECT FROM org.apache.jdo.tck.pc.company.IPerson
diff --git a/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo b/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo
index eb9dd84..903c443 100644
--- a/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo
+++ b/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo
@@ -129,7 +129,7 @@ has datastore identity.
         <interface name="IEmployee"
             identity-type="datastore">
             <property name="reviewedProjects" persistence-modifier="persistent">
-                <collection element-type="org.apache.jdo.tck.pc.company.Project"/>
+                <collection element-type="org.apache.jdo.tck.pc.company.IProject"/>
             </property>
             <property name="projects" persistence-modifier="persistent">
                 <collection element-type="org.apache.jdo.tck.pc.company.IProject"/>
@@ -181,7 +181,7 @@ has datastore identity.
             </query>
             <query name="unmodifiable" unmodifiable="true">
                 SELECT firstname, lastname 
-                FROM org.apache.jdo.tck.pc.company.Person
+                FROM org.apache.jdo.tck.pc.company.IPerson
             </query>
             <query name="packageJDO">
                 SELECT FROM org.apache.jdo.tck.pc.company.IPerson