关于SAP Commerce extension依赖的问题
一個關于extension依賴的問題。我在本地試圖build并啟動Hybris 6.7.0的Hybris installation. 通過recipe的方式安裝:
- install.bat -r b2c_acc – 順利執(zhí)行
- install.bat -r b2c_acc initialize 遇到error:
編譯錯誤:REQUEST cannot be resolved or is not a field
出錯的extension: chinesepspwechatpayservices
引起編譯錯誤的單元測試代碼:
我搜索源代碼發(fā)現(xiàn),枚舉類PaymentTransactionType的REQUEST字段定義在extension alipay里:
那么,我的猜想是,chinesepspwechatpayservices這個extension,一定需要直接或者間接依賴到alipay extension, 我的猜想正確嗎?
根據(jù)我的搜索,目前只有chinacheckoutadd和alipaymentbackoffice這兩個extension在其extensioninfo.xml的requires-extension element里聲明了對alipay的依賴:
然而現(xiàn)實是,chinesepspwechatpayservices的三個直接依賴里并沒有alipay. 所以我猜測這三個依賴的extension,再分別檢查它們的依賴,最終總能發(fā)現(xiàn)alipay. 我的猜想正確嗎?
更多Jerry的原創(chuàng)文章,盡在:“汪子熙”:
總結
以上是生活随笔為你收集整理的关于SAP Commerce extension依赖的问题的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 摩托车保险在哪里买的怎么查询
- 下一篇: 框架画Button的入口