Closed aleksitto-gh closed 4 years ago
Please create the project with optionEmbedConnector=y
option this should help. Or get the CIF Connector all package from https://search.maven.org/search?q=g:com.adobe.commerce.cif%20AND%20a:cif-connector-all and install before deploying the sample project.
It works, thanks for the quick response
👍
Expected Behaviour
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
mvn archetype:generate \ -DarchetypeGroupId=com.adobe.commerce.cif \ -DarchetypeArtifactId=cif-project-archetype \ -DarchetypeVersion=0.7.0
mvn clean install -PautoInstallAll,adobe-public
I tried to add missed library dependency and after that I found that "core-cif-components-apps-0.7.0" requires additional dependency "cif-virtual-catalog-content". After including all missed dependencies all packages were installed correctly and I found the Bind Products item in the AEM Commerce Products console. But now I have another error when I click the "Bind Products" which shows "Unable to compile class for JSP: An error occurred at line: 15 in the generated java file Only a type can be imported."
Exception:
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem