Hi, I am using jackrabbit ocm to persist my java objects. I want to convert field which is of type java.util.Properties. So what is the best approach for me ? As this is a multi valued field, I can't think of a custom atomic type converter which will help this case. I went through [1], but couldn't find a quick way to do this. What is the best approach ?
thanks, nandana [1] - http://jackrabbit.apache.org/object-content-mapping.html
