Hi,
I am using VCM 7.6.. When any content instance is unpublished, I am consuming the ManagedObjectDelete event through a listener, in the delivery DA.
The content instance has one relation with other table and I need to get the values in that related table. I used
AttributedObject attributedObjects[]=ci.getRelations()
But, it is throwing a null pointer exception.... It works fine when publishing... but when unpublishing it is not working