| Michelle Caisse (JIRA) 2005-10-24, 8:54 am |
| [ http://issues.apache.org/jira/brows...action_12332495 ]
Michelle Caisse commented on JDO-122:
-------------------------------------
Checked in fix for remaining *StringKeyCollections (revision 326622. Still need to fix *StringValueCollections.
> Collections fieldtypes need to be remapped
> ------------------------------------------
>
> Key: JDO-122
> URL: http://issues.apache.org/jira/browse/JDO-122
> Project: JDO
> Type: Bug
> Components: tck20
> Reporter: Michelle Caisse
> Assignee: Michelle Caisse
>
> 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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|