Issue Details (XML | Word | Printable)

Key: JDO-122
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Michelle Caisse
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

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

Collections fieldtypes need to be remapped

Created: 19/Aug/05 07:00 AM   Updated: 23/Apr/06 02:59 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Resolution Date: 23/Apr/06 02:59 AM


 Description  « Hide
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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michelle Caisse added a comment - 11/Oct/05 06:08 AM
Checked in fixes for non-map fieldtypes: HashSet, LinkedList, List, Set, Vector. New JIRA issues were filed for other problems with some of those tests.

Michelle Caisse added a comment - 19/Oct/05 06:39 AM
Checked in fix for HashMapStringKeyCollections (revision 326257).

Michelle Caisse added a comment - 20/Oct/05 03:04 AM
Checked in fix for remaining *StringKeyCollections (revision 326622. Still need to fix *StringValueCollections.

Michelle Caisse added a comment - 03/Nov/05 09:27 AM
Remaining jdo, orm, and schema changes applied and checked in. revision 330395

Michael Bouschen added a comment - 23/Apr/06 02:57 AM
Reopened to set the Fix Version/s field to JDO 2 beta.