component with name called comments | Community
Skip to main content
New Participant
October 16, 2015
Solved

component with name called comments

  • October 16, 2015
  • 3 replies
  • 1225 views

Hi,

I raised an earlier question about having a component named comments. From what I can see in the activation logs there is a filter (5.6.1) on the node name 'comments' and this will not automatically be published when the page is published, this was not a problem in 5.5. I have tried to change the component name to something else and have managed to activate the page with the new component name. Can anyone please confirm this situation and whether there is a solution to resolving this problem.

 

24.10.2013 12:07:55.977 *INFO* [10.233.106.73 [1382576875961] POST /bin/replicate.json HTTP/1.1] com.day.cq.replication.impl.content.durbo.DurboContentBuilder filter [com.adobe.granite.comments.internal.CommentReplicationContentFilterFactory$CommentReplicationContentFilter@17bbde2c] rejected node [/content/xxx/yyy/aa/news/2013/10/24/20131024-1102/jcr:content/comments]. filtering took [0]ms.

thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pawan-Gupta

Comments component belong to blogs and they should be reverse replicated and handled through reverse replication not through normal publishing. i think that is the reason you are getting issue in publishing as comments/forms are meant for publish server. 

you can refer any article related to reverse replication and handling blogs comments.

for example: http://dev.day.com/docs/en/cq/current/deploying/replication.html#Replicating from Publish to Author

https://dev.day.com/docs/en/cq/current/administering/social_communities/blogs.html

 

Thanks,

Pawan

3 replies

Sham_HC
New Participant
October 16, 2015

Issue has been filed internally for filtering to be made better rather than path. Disable the component CommentReplicationContentFilterFactory if you are not using social blogs/community modules.

Pawan-Gupta
Pawan-GuptaAccepted solution
New Participant
October 16, 2015

Comments component belong to blogs and they should be reverse replicated and handled through reverse replication not through normal publishing. i think that is the reason you are getting issue in publishing as comments/forms are meant for publish server. 

you can refer any article related to reverse replication and handling blogs comments.

for example: http://dev.day.com/docs/en/cq/current/deploying/replication.html#Replicating from Publish to Author

https://dev.day.com/docs/en/cq/current/administering/social_communities/blogs.html

 

Thanks,

Pawan

Yogesh_Upadhyay
New Participant
October 16, 2015

Is it annotation ? May be you are seeing this error because annotation nodes are not suppose to go to publish.

 

Yogesh