gpt4 book ai didi

java - SAP Hybris 辅助服务模块 (ASM) - 无法生成组件

转载 作者:行者123 更新时间:2023-11-30 01:49:42 28 4
gpt4 key购买 nike

我已在本地主机上成功安装并测试了 ASM(我们使用 Hybris 1811)。然后我想将它传输到我们的开发服务器上(实际上只是更改了 localextensions.xml 并重新生成了 extensionsinfo.xml ),所以在 extensionsinfo.xml 中我的店面有这样注册的插件:

<requires-extension name="assistedservicestorefront "/>

但它不会在 View 中生成文件:

[DefaultCMSComponentRendererRegistry] Error processing component tag. currentComponent [AssistedServiceComponentModel (8796814312508@2)] exception: 
File [&#47;WEB-INF&#47;views&#47;responsive&#47;cms&#47;assistedservicecomponent.jsp] not found

我导入了相同的 .impex文件如安装 ASM 手册(来自 help.hybris.com )和本地主机上的文件( cms-content.impex 以包含组件和 Jsp)。

即使我在 HAC 中运行更新,我也尝试同步内容目录。我检查了 HAC 中的扩展,它包含与我的本地计算机上相同的 ASM 扩展:assistedservicefacades , assistedserviceservices , assistedservicestorefront 。当我检查后台时,具有该 ID 的组件确实存在,并且位于在线目录中。

如何生成这些文件?或者我应该以某种方式用我的自定义 View 覆盖它们?但我认为这将是一个糟糕的做法。

更新:我还尝试将此条目添加到 project.properties我的店面:

sikob2cstorefront.additionalWebSpringConfigs.assistedservicestorefront=classpath\:/assistedservicestorefront/web/spring/assistedservicestorefront-web-spring.xml

但后来我加载 bean 时出错:

Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultStorefrontTenantDefaultFilterChainList': Post-processing of FactoryBean's singleton object failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AssistedservicestorefrontFilterListMergeDirective' defined in class path resource [assistedservicestorefront/web/spring/assistedservicestorefront-web-spring.xml]: Cannot resolve reference to bean 'assistedServiceFilter' while setting add; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'assistedServiceFilter' defined in class path resource [assistedservicestorefront/web/spring/assistedservicestorefront-web-spring.xml]: Cannot resolve reference to bean 'assistedServicePathRestrictionEvaluator' while setting bean property 'assistedServicePathRestrictionEvaluator'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'assistedServicePathRestrictionEvaluator' available

最佳答案

# Install assistedservicestorefront
# Replace Mystorefront with your storefront extension name
ant addoninstall -Daddonnames="assistedservicestorefront" -DaddonStorefront.yacceleratorstorefront="Mystorefront"

我认为您错过了安装 assistanceservicestorefront 插件,或者如果您已经安装了,请检查您的服务器上是否发生了以下更改。

addoninstall 命令进行以下更改

  • 将 assistanceservicestorefront 添加到店面扩展的 extensioninfo.xml 中

    喜欢 <requires-extension name="assistedservicestorefront "/>

  • 从 assistanceservicestorefront 内的 project.properties.template 生成一个新的 project.properties 文件,其中包含以下条目。

将以下属性中的 yacceleratorstorefront 替换为您的店面扩展名。

#Specifies the location of the spring context file added automatically to the global platform application context.
assistedservicestorefront.application-context=assistedservicestorefront-spring.xml

yacceleratorstorefront.additionalWebSpringConfigs.assistedservicestorefront=classpath:/assistedservicestorefront/web/spring/assistedservicestorefront-web-spring.xml


assistedservicestorefront.javascript.paths.mobile=/responsive/common/js/assistedservicestorefront.js;/responsive/common/js/jquery.tablesorter.pager.js;/responsive/common/js/jquery.tablesorter.min.js;/responsive/common/js/Chart.min.js;/responsive/common/js/asm.storefinder.js
assistedservicestorefront.javascript.paths.responsive=/responsive/common/js/assistedservicestorefront.js;/responsive/common/js/jquery.tablesorter.pager.js;/responsive/common/js/jquery.tablesorter.min.js;/responsive/common/js/Chart.min.js;/responsive/common/js/asm.storefinder.js

assistedservicestorefront.css.paths.mobile=/responsive/common/css/assistedservicestorefront.css;/responsive/common/css/storeFinder.css;/responsive/common/css/customer360.css
assistedservicestorefront.css.paths.responsive=/responsive/common/css/assistedservicestorefront.css;/responsive/common/css/storeFinder.css;/responsive/common/css/customer360.css

assistedservicestorefront.redirect.customer_and_cart=/cart
assistedservicestorefront.redirect.customer_only=/my-account
assistedservicestorefront.redirect.error=/
assistedservicestorefront.redirect.order=/my-account/order/%s

assistedservicestorefront.deeplink.link=/assisted-service/emulate

cscokpit.assistedservice.deeplink=true
assistedservicestorefront.profile.cookie.name=profile.tracking.pause

#AIF AJAX call timeout in milliseconds
assistedservicestorefront.aif.timeout=7000

因此,如果您不想在每个环境中运行 addoninstall 命令,那么您可以手动执行这两项更改。您可以引用插件中生成的project.properties文件,并将所有这些属性复制到店面的project.properties或local.properteis文件中,然后提交更改。

关于java - SAP Hybris 辅助服务模块 (ASM) - 无法生成组件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56489757/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com