Is AEM-Hybris connector production ready ?
Hi Guys,
I am following steps mentioned on http://dev.day.com/docs/en/cq/current/ecommerce/eCommerce-hybris.html
But there seems to be some serious version conflicts between packages, below are packages I have installed :
- cq-hybris-content-5.6.2.zip (CQ-Hyrbis-Connector)
- cq-hybris-server-5.6.100.zip (Embedded hybris server)
- cq-commerce-core-5.6.18.jar (OOTB installed commerce API)
It seems that connector code in cq-hybris-content-5.6.2.zip is not in sync with xml that is generated from cq-hybris-server-5.6.100.zip also I have tried using standalone hybris 5.0.4 server as suggested in link, both gives below error in error logs and nothing gets imported into CQ from hybris
06.05.2014 17:04:58.003 *INFO* [0:0:0:0:0:0:0:1 [1399376090918] POST /libs/commerce/products HTTP/1.1] com.adobe.cq.commerce.hybris.importer.DefaultHybrisImporter Skipping product due to missing base product information (code/path): null
06.05.2014 17:04:58.003 *ERROR* [0:0:0:0:0:0:0:1 [1399376090918] POST /libs/commerce/products HTTP/1.1] com.adobe.cq.commerce.hybris.importer.DefaultHybrisImporter E Skipping product due to missing base product information (code/path): null
Also if we see pom.xml of hybris-impl project in cq-hybris-content-5.6.2.zip it is dependent on commerce API version cq-commerce-core-5.6.16.jar which is different from OOTB version installed in CQ i.e cq-commerce-core-5.6.18.jar due to that I get lot of ScriptEvaluationException on JSP pages as there are some interface definition changes Eg:- : CommerceService.java and Product.java.
If I try to use cq-commerce-core-5.6.18.jar in cq-hybris-content-5.6.2.zip hybris-impl project than com.day.cq.commons.inherit.ComponentInheritanceValueMap does not gets resolved in HybrisServiceImpl.java as it has indirect dependency on com.day.cq.commons.inherit.ComponentInheritanceValueMap
Please can any one suggest which are stable/production ready combination of CQ-Hybris-Connector, Commere API and Hybris that can be used in new project.
Thanks,
Madhav