Expand my Community achievements bar.

SOLVED

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

Avatar

Level 4

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#!Adobe...

 

 

Thanks,

Heena

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Level 4
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???

Avatar

Community Advisor
Hi @Heena91, is the bundle in active state with all the dependencies resolved?

Avatar

Level 4

Hi @santhosh_kumark  budnle in showing status as installed but not active, However, OSGi Configurations have been persisted on http://localhost:4502/system/console/configMgr

Avatar

Community Advisor
Hi @Heena91, Try to resolve the required dependencies to the correct version so that bundle will be in active state and it will work as expected.