I modified the sample tutorial application to use a java.util.List to hold a collection of classes, but the list isn't getting stored in the db?
I have this CollectionDescriptor
<CollectionDescriptor id="15">
<cdfield.name>accesses</cdfield.name>
<items.class>com.spaceprogram.users.UserItemAccess</items.class>
<inverse_fk_descriptor_ids>4</inverse_fk_descriptor_ids>
</CollectionDescriptor>
Any ideas why this would be happening?
Travis
|