Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

replicator is null - replicator api

Avatar

Level 4

Am looking to activate the content items(as part of some node update activity)

For this i have built simple java stand alone application.

Am successfully able to:

1. Access the crx/de

2. traverse to the node

3. update

4. now i need to activate so am using:

replicator.replicate(session.getUserID(), ReplicationActionType.ACTIVATE, currentNode.getPath());

but am getting null pointer exception as replicator value is null. 

 

How can i get the replicator value with out making this application as aem service or anything?

Thanks for reading. 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
1 Reply

Avatar

Correct answer by
Community Advisor