Issue Details (XML | Word | Printable)

Key: JDO-199
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

Embedded type must be persistence capable

Created: 04/Nov/05 11:07 AM   Updated: 23/Apr/06 03:17 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 03:17 AM


 Description  « Hide
Metadata must specify instantiated type when the declared type is an interface or object. Failure to do this is causing the following errors:

6) test(org.apache.jdo.tck.models.fieldtypes.TestArrayListCollections)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!
7) test(org.apache.jdo.tck.models.fieldtypes.TestHashMapStringKeyCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.HashMapOfString_SimpleInterface48" is a map with values of type "org.apache.jdo.tck.pc.fieldtypes.SimpleInterface" yet has been specified as the value being embedded. Your embedded type must be PersistenceCapable.
8) test(org.apache.jdo.tck.models.fieldtypes.TestHashMapStringValueCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.HashMapOfObject_String0" is a map with keys of type "org.apache.jdo.tck.pc.fieldtypes.Object" yet has been specified as the key being embedded. Your embedded type must be PersistenceCapable.
9) test(org.apache.jdo.tck.models.fieldtypes.TestHashtableStringKeyCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.HashtableOfString_SimpleInterface48" is a map with values of type "org.apache.jdo.tck.pc.fieldtypes.SimpleInterface" yet has been specified as the value being embedded. Your embedded type must be PersistenceCapable.
10) test(org.apache.jdo.tck.models.fieldtypes.TestHashtableStringValueCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.HashtableOfObject_String0" is a map with keys of type "org.apache.jdo.tck.pc.fieldtypes.Object" yet has been specified as the key being embedded. Your embedded type must be PersistenceCapable.
11) test(org.apache.jdo.tck.models.fieldtypes.TestMapStringKeyCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.MapOfString_SimpleInterface48" is a map with values of type "org.apache.jdo.tck.pc.fieldtypes.SimpleInterface" yet has been specified as the value being embedded. Your embedded type must be PersistenceCapable.
12) test(org.apache.jdo.tck.models.fieldtypes.TestMapStringValueCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.MapOfObject_String0" is a map with keys of type "org.apache.jdo.tck.pc.fieldtypes.Object" yet has been specified as the key being embedded. Your embedded type must be PersistenceCapable.
13) test(org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringKeyCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.TreeMapOfString_SimpleInterface48" is a map with values of type "org.apache.jdo.tck.pc.fieldtypes.SimpleInterface" yet has been specified as the value being embedded. Your embedded type must be PersistenceCapable.
14) test(org.apache.jdo.tck.models.fieldtypes.TestTreeMapStringValueCollections)org.jpox.metadata.InvalidMetaDataException:
    Field "org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.TreeMapOfObject_String0" is a map with keys of type "org.apache.jdo.tck.pc.fieldtypes.Object" yet has been specified as the key being embedded. Your embedded type must be PersistenceCapable.
15) test(org.apache.jdo.tck.models.fieldtypes.TestTreeSetCollections)javax.jdo.JDOUserException:
    Field "org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.TreeSetOfObject1" is declared as a reference type (interface/Object) but no implementation classes of "java.lang.Object" have been found!


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michelle Caisse made changes - 04/Nov/05 11:10 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Michael Bouschen made changes - 23/Apr/06 03:14 AM
Resolution Fixed [ 1 ]
Status Closed [ 6 ] Reopened [ 4 ]
Michael Bouschen made changes - 23/Apr/06 03:17 AM
Resolution Fixed [ 1 ]
Fix Version/s JDO 2 beta [ 12310683 ]
Status Reopened [ 4 ] Closed [ 6 ]