adobe / commerce-cif-connector

AEM Commerce connector for Magento and GraphQL
Apache License 2.0
43 stars 27 forks source link

'CIF Catalog Magento GraphQL Configuration Factory' Not showing #93

Closed diogoabferraz closed 4 years ago

diogoabferraz commented 4 years ago

Expected Behaviour

After-mvn clean install -PautoInstall the 'CIF Catalog Magento GraphQL Configuration Factory' should appear in http://localhost:4502/system/console/configMgr

Actual Behaviour

'CIF Catalog Magento GraphQL Configuration Factory' not showing at http://localhost:4502/system/console/configMgr

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Platform and Version

AEM 6.5

Sample Code that illustrates the problem

Logs taken while reproducing problem

mhaack commented 4 years ago

Can you check CIF connector related artifacts in package manager which packages are installed and in OSGI console which bundles are installed & started?

mhaack commented 4 years ago

Actually, you can get the ready to use package from: https://search.maven.org/search?q=g:com.adobe.commerce.cif%20AND%20a:cif-connector-all no need to build the project.

cjelger commented 4 years ago

From the screenshot you added (and somehow then removed?), I think you have simply not installed the required dependencies, see https://github.com/adobe/commerce-cif-connector#pre-requisites

These are not automatically installed when you build and install all sub-modules. I'll update the documentation so it's clearly stated the first time that we mention mvn clean install -PautoInstall.

diogoabferraz commented 4 years ago

Hi @cjelger @mhaack

the issue was the dependencies hence not a issue. I have installed them and it works properly now.

Thank you

diogoabferraz commented 4 years ago

Closing