An LDAP repository item is not serializable. Therefore, if you have a property that derives from an LDAP repository item, you should mark the property as not serializable, using the serialize attribute set to false:
<property name="propName" >
...
<attribute name="serialize" value="false"/>
...
</property>

