Commerce connector 2.0.0 for big commerce

Hi Binay,

The problem is the mismatch:

  • META-INF/spring-assembly.addon.com.born.commercedxp.bison.connectors.bigcommerceconnector/base.xml
  • classpath*:META-INF/spring-assembly/addon/com/born/commercedxp/bison/connectors/bigcommerceconnector/*.xml in module.xml

In other words, you have a folder named assembly.addon.com.born.commercedxp.bison.connectors.bigcommerceconnector in the JAR, but you want to refer to the resource path with slashes: META-INF/spring-assembly/addon/com/born/commercedxp/bison/connectors/bigcommerceconnector/*.xml.

Correct the resource folder path in the JAR.

Regards,

Woonsan