I occasionally have a build issue with custom controls that have a property that is an Object Data Source: after the build I get on error on any XPage using that property:
Unknown property XX. It is not defined on tag xc:customControlName
If I look in the Designer trace log (Help > Support > View Trace) I see a message saying:
Could not resolve the property-class for the property XX. Ignoring this property. The property-class specified was com.ibm.xsp.extlib.model.ObjectDataSource.
The ExtLib is installed in Designer as well as on the server.
Anyone seen this and knows how to solve it?