Need the config file content for CIF Archtype Project in AEM 6.4.0 | Community
Skip to main content
New Participant
October 6, 2020
Solved

Need the config file content for CIF Archtype Project in AEM 6.4.0

  • October 6, 2020
  • 1 reply
  • 1553 views

Hi,

 

I need the config file content for the below files, I have created CIF Archetype Project:


com.adobe.cq.commerce.graphql.client.impl.GraphqlClientImpl-acmestore.config
com.adobe.cq.commerce.graphql.magento.GraphqlDataServiceImpl-acmestore.config
com.adobe.cq.commerce.core.components.internal.servlets.SpecificPageFilterFactorydefault.config

 

NOTE: I am referring this link to create the project, I need to confirm the content given in this tutorial for the below-given files.

https://www.adobe.io/apis/experiencecloud/commerce-integration-framework/getting-started.html#!AdobeDocs/commerce-cif-documentation/master/getting-started/02-new-cif-project.md

 

 

Thanks,

Heena

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 santhosh_kumark

Hi @heena91 ,

 

Have you build the project using packageinstall?
Are you able to find those configs at  http://localhost:4502/system/console/configMgr ?

 

Try to resolve the required dependencies to the correct version so that bundle will be in active state and it will work as expected.

 

Regards,

Santosh

1 reply

santhosh_kumark
santhosh_kumarkAccepted solution
New Participant
October 6, 2020

Hi @heena91 ,

 

Have you build the project using packageinstall?
Are you able to find those configs at  http://localhost:4502/system/console/configMgr ?

 

Try to resolve the required dependencies to the correct version so that bundle will be in active state and it will work as expected.

 

Regards,

Santosh

Heena91Author
New Participant
October 6, 2020
Hi @santhosh_kumark I used command mvn clean install -PautoInstallAll and I m not able to find CIF configurations on http://localhost:4502/system/console/configMgr. What can be the reason for that???