Extended Journal Component not Working | Community
Skip to main content
New Participant
August 10, 2017
Solved

Extended Journal Component not Working

  • August 10, 2017
  • 21 replies
  • 10113 views

Hi

Im using GitHub - Adobe-Marketing-Cloud/aem-scf-sample-components-extension: Sample package for AEM Social Communities - Social C… to Extend a journal Component and customise it. However it is not working. These are the steps I have done

1. Installed the package after building

2. Added Subtitle field to the below as recommended (

  1. Add a property "subtitle" in your author and publish instance's /system/console/configMgr/com.adobe.cq.social.journal.client.endpoints.impl.JournalOperationsService

3. Added the 3 Clientlibs to the page

1. cq.ckeditor

2. cq.social.hbs.voting

3. cq.social.hbs.journal

Issue: When I write in the blog it doesnt save anything when i click on publish.

After refresh the page shows blank as before.

Can someone please help me in resolving the issue? One More thing when I put my code on debug the CustomJournalEntryComponent code does NOT get called at all.

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 titli

Just to keep the post updated I finally managed to find out a solution.

The etc/design must have the resourceType properly set in the correct path. My project structure was such that setting the paths via the design dialog was not sufficient. I have to find the path where this value was required to be set

21 replies

smacdonald2008
New Participant
August 10, 2017

Does it work when you do not extend it?