Expand my Community achievements bar.

HanL
HanL
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    6
  • Hi I want to add a property in some nodes in AEM, those nodes were created using a template and I already added that property to the template. The question is how can I change the existing nodes created using that template? Here's my code: String queryString = "SELECT [jcr:path] FROM [cq:Page] AS s ...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    3