Replication AgentFilter not found
Hi All,
I'm trying to replicate page programatically to the particular replication agent as mentioned [1].
[1]:CQ5.3: How to activate to a specific replication agent
When I build the bundle, bundle is in Active state, but I see below error in the log. Please advise if we need add any dependency for this issue.
ERROR:
(java.lang.NoClassDefFoundError: com/day/cq/replication/AgentFilter)
java.lang.NoClassDefFoundError: com/day/cq/replication/AgentFilter
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.getDeclaredMethod(Class.java:2128)
at org.apache.felix.scr.impl.inject.BaseMethod.getMethod(BaseMethod.java:318)