Hi, I have a class A which has a collection of objects of type B. I have made the corresponding definitions in the mapping xml. However, If i create a class C which extends B and save objects of type C in the list and then try to retrieve them, I always get an instance of B as the ObjectConverterImpl always creates a new instance of the "elementClassName" defined in the mapping (which would be B in this case). How can i achieve the storage and retrieval in this scenario?Would I require a custom CollectionConverter?
Thanks. Regards Kaizer -- View this message in context: http://www.nabble.com/Using-Collections---OCM-tf4683858.html#a13384206 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
