2009/8/18 Vidar Ramdal <[email protected]>: > > How do I "register" the Address interface, and why do I have to do it? > Sling has its own OCM ClassDescriptorReader which force you to register interface. I don't know why. Maybe Felix can help ?
Maybe you can try the following (not really tested, just an idea after reading the code :-) ) - in the interface : @ocm.mapped interface="true" - in the implemented class : @ocm.mapped interfaces="interface class name, another interface class name" HTH Christophe
