Issue Details (XML | Word | Printable)

Key: JDO-318
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Craig Russell
Reporter: Craig Russell
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

TCK should change all metadata files to be defined using the xsd header

Created: 26/Feb/06 06:58 AM   Updated: 19/Mar/06 05:58 AM
Return to search
Component/s: tck2
Affects Version/s: JDO 2 rc1
Fix Version/s: JDO 2 final

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works xsd.patch 2006-02-26 07:00 AM Craig Russell 12 kB

Resolution Date: 19/Mar/06 05:58 AM


 Description  « Hide
Currently, all .jdo, .orm, and .jdoquery metadata files use DTD to define their contents. I propose to use xsd to define a few of them.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Craig Russell added a comment - 26/Feb/06 07:00 AM
With these changes, the TCK has the same number of failures with JPOX.

Craig Russell made changes - 26/Feb/06 07:00 AM
Field Original Value New Value
Attachment xsd.patch [ 12323411 ]
Repository Revision Date User Message
ASF #382164 Wed Mar 01 21:29:41 UTC 2006 clr JDO-318 Change some .jdo and .orm files to use xsd
Files Changed
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard1.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard2.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard3.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard4.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard1.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard2.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard3.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard4.orm

Repository Revision Date User Message
ASF #382165 Wed Mar 01 21:30:26 UTC 2006 clr JDO-318 Change some .jdo and .orm files to use xsd
Files Changed
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/mylib/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/mylib/package.jdo

Craig Russell added a comment - 02/Mar/06 06:33 AM
svn commit -m "JDO-318 Change some .jdo and .orm files to use xsd" src/orm/datastoreidentity src/orm/applicationidentity
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard1.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard2.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard3.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-standard4.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard1.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard2.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard3.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-standard4.orm
Transmitting file data ..........
Committed revision 382164.

svn commit -m "JDO-318 Change some .jdo and .orm files to use xsd" src/jdo/datastoreidentity src/jdo/applicationidentity
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/mylib/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/mylib/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo

Craig Russell made changes - 02/Mar/06 06:33 AM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Craig Russell added a comment - 04/Mar/06 12:28 PM
Michael Bouschen has correctly pointed out that with JDO 2.0, XSD is required while DTD is optional. Therefore, the TCK must define all .jdo, .orm, and .jdoquery metadata using the XSD format.

Craig Russell made changes - 04/Mar/06 12:28 PM
Status Resolved [ 5 ] Reopened [ 4 ]
Assignee Craig Russell [ clr ]
Resolution Fixed [ 1 ]
Craig Russell made changes - 18/Mar/06 06:38 AM
Summary TCK should include some metadata files defined using the xsd header TCK should change all metadata files to be defined using the xsd header
Repository Revision Date User Message
ASF #386887 Sat Mar 18 21:56:44 UTC 2006 clr JDO-318 Changed all metadata files to use xsd for instead of dtd
Files Changed
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/singlefieldidentity/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/mylib/PCClass.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/SimpleClass-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/query/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/api/instancecallbacks/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/query/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/inheritance/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/api/instancecallbacks/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/api/instancecallbacks/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/mylib/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/query/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/SimpleClass-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/mylib/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/instancecallbacks/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/conf/jdori-pmf.properties
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/Person.jdoquery
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package-standard8.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/instancecallbacks/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/inheritance/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/inheritance/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/query/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/inheritance/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package-standard8.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/instancecallbacks/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/api/instancecallbacks/package.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/Person.jdoquery
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/mylib/PCClass.jdo
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/instancecallbacks/package.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity/package-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections.jdo
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort-standard.orm
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections-standard.orm
MODIFY /db/jdo/trunk/tck20/src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections.jdo

Repository Revision Date User Message
ASF #386890 Sat Mar 18 22:19:55 UTC 2006 clr JDO-318 fixed typo in orm
Files Changed
MODIFY /db/jdo/trunk/tck20/src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm
MODIFY /db/jdo/trunk/tck20/src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm

Craig Russell added a comment - 19/Mar/06 05:58 AM
svn commit -m "JDO-318 Changed all metadata files to use xsd for instead of dtd" src
Sending src/conf/jdori-pmf.properties
Sending src/jdo/applicationidentity/org/apache/jdo/tck/api/instancecallbacks/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/company/Person.jdoquery
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/inheritance/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/instancecallbacks/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/mylib/PCClass.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/mylib/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/query/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
Sending src/jdo/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity/package.jdo
Sending src/jdo/applicationidentity/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/api/instancecallbacks/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/company/Person.jdoquery
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/inheritance/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/instancecallbacks/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/mylib/PCClass.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/mylib/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/query/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package.jdo
Sending src/jdo/datastoreidentity/org/apache/jdo/tck/pc/singlefieldidentity/package.jdo
Sending src/jdo/datastoreidentity/package.jdo
Sending src/orm/applicationidentity/org/apache/jdo/tck/api/instancecallbacks/package-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/SimpleClass-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/inheritance/package-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/instancecallbacks/package-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/query/package-standard.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/shoppingcart/package-standard8.orm
Sending src/orm/applicationidentity/org/apache/jdo/tck/pc/singlefieldidentity/package-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/api/instancecallbacks/package-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/AllTypes-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ArrayListCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/CollectionCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigDecimal-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBigInteger-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfBoolean-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfByte-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfCharacter-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDate-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfDouble-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfFloat-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfInteger-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLocale-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfLong-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfObject-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveboolean-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivebyte-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivechar-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivedouble-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivefloat-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveint-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitivelong-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfPrimitiveshort-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfShort-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleClass-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfSimpleInterface-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/FieldsOfString-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringKeyCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashMapStringValueCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashSetCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringKeyCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/HashtableStringValueCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/LinkedListCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/ListCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringKeyCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/MapStringValueCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/SetCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/SimpleClass-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringKeyCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeMapStringValueCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/TreeSetCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/fieldtypes/VectorCollections-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/inheritance/package-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/instancecallbacks/package-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/lifecycle/StateTransitionObj-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard5.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard6.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/mylib/package-standard7.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/query/package-standard.orm
Sending src/orm/datastoreidentity/org/apache/jdo/tck/pc/shoppingcart/package-standard8.orm
Transmitting file data ........................................................................................................................................................................................................................
Committed revision 386887.

Craig Russell made changes - 19/Mar/06 05:58 AM
Status Reopened [ 4 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]