Expand my Community achievements bar.

SOLVED

More than one com.day.cq.replication.Preprocessor

Avatar

Level 2

We have a site in AEM 6.1 SP1 where we had to include a second preprocessor - there was already one performing some tasks on page activations and now we need to perform additional tasks during the same process. By simply creating another @Service that implements com.day.cq.replication.Preprocessor, the system is only executing the first one, and not the new one. 

Is there any restriction on the number of PreProcessor that can exist? Is there any additional configuration needed to guarantee that all the services will be executed. I did not find enough documentation or samples on having more than one.

Thank you.   

1 Accepted Solution

Avatar

Correct answer by
Level 10

There should not be any limitation because OOB itself has many pre processor for version, activation check etc..

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

There should not be any limitation because OOB itself has many pre processor for version, activation check etc..