|
The Object, Simple_Interface and Simple_Class fields of collections fieldtypes need to be remapped on the pattern of CollectionCollections. Currently errors of this type occur:
javax.jdo.JDOUserException: Field "org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.ArrayListOfObject2" is declared as a reference type (interface/Object) but no implementation classes of "java.lang.Object" have been found!
Same for these:
org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.HashMapOfString_Object86
org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.HashMapOfObject_String0
org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.HashSetOfObject0
org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.HashtableOfString_Object84
org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.HashtableOfObject_String8
org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.LinkedListOfObject2
org.apache.jdo.tck.pc.fieldtypes.ListCollections.ListOfObject2
org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.MapOfString_Object42
org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.MapOfObject_String0
org.apache.jdo.tck.pc.fieldtypes.SetCollections.SetOfObject2
org.apache.jdo.tck.pc.fieldtypes.VectorCollections.VectorOfObject0
|