Replicator is null
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:
@3214626
Replicator replicator;
I tried to do maven install and restarted the server multiple times but still not working, please advise.
Thank you