11-03-05 01:45 AM
[ http://issues.apache.org/jira/browse/JDO-122?page=all ]
Michelle Caisse closed JDO-122:
-------------------------------
Resolution: Fixed
Remaining jdo, orm, and schema changes applied and checked in. revision 33
0395
> 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 fieldt
ypes 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.ArrayL
istCollections.ArrayListOfObject2" is declared as a reference type (interfac
e/Object) but no implementation classes of "java.lang.Object" have been foun
d!
> Same for these:
> org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.HashMapOfStri
ng_Object86
> org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.HashMapOfOb
ject_String0
> org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.HashSetOfObject0
> org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.HashtableOf
String_Object84
> org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Hashtable
OfObject_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_Objec
t42
> org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.MapOfObject_Str
ing0
> 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
[ Post a follow-up to this message ]
|