Hi all,
I tried to implement custom replication agent in AEM 6.2 SP1. Bundle gets started, service components are active and everything looks good. I used custom protocol too.
I created new replication agent and when i try to save, i am always getting the below errors
Agent not valid yet, no transport handler for protocol://api/production
com.day.cq.replication.Agent.deded Agent not valid yet. No content builder for protocol
I have looked in to all the forum questions regarding this error and i made sure all the suggestions are followed. I checked for "name" , checked whether all methods are properly overriden or not. I have given transport handler high service ranking.
None of the things i tried are working.
If any one have any suggestions that would be really helpful.