Hi I am trying to create a servlet in AEM to unplish some pages. The servlet keeps throwing the nullpointer at:replicator.replicate(session, ReplicationActionType.DEACTIVE, path); I found the root cause is the replictor is null, here's how I set it:@referenceReplicator replicator;I tried to do mave...