<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: No bean named 'assistedServicePathRestrictionEvaluator' available. When we add property setting in custom storefront local.properties for the assistedservicestorefront-web-spring.xml in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117777#M416607</link>
    <description>&lt;P&gt;Hi  - any update on this?
&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 21:32:28 GMT</pubDate>
    <dc:creator>arvind-kumar_avinash</dc:creator>
    <dc:date>2019-02-14T21:32:28Z</dc:date>
    <item>
      <title>No bean named 'assistedServicePathRestrictionEvaluator' available. When we add property setting in custom storefront local.properties for the assistedservicestorefront-web-spring.xml</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaq-p/12117775</link>
      <description>&lt;P&gt; Added this property in customstore front .additionalWebSpringConfigs.assistedservicestorefront=classpath:/assistedservicestorefront/web/spring/assistedservicestorefront-web-spring.xml&lt;/P&gt;
&lt;P&gt;Done this based on &lt;A href="https://answers.sap.com/questions/12758476/asm-not-working-on-a-custom-storefront.html"&gt;https://answers.sap.com/questions/12758476/asm-not-working-on-a-custom-storefront.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt; [localhost-startStop-1] [ContextLoader] 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
        at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:121) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1640) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:297) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.__refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:41010) ~[spring-context-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) ~[spring-web-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) [spring-web-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at de.hybris.platform.spring.HybrisContextLoaderListener.doInitWebApplicationContext(HybrisContextLoaderListener.java:225) [coreserver.jar:?]
        at de.hybris.platform.spring.HybrisContextLoaderListener.initWebApplicationContext(HybrisContextLoaderListener.java:199) [coreserver.jar:?]
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.17.RELEASE.jar:4.3.17.RELEASE]
        at de.hybris.platform.spring.HybrisContextLoaderListener.contextInitialized(HybrisContextLoaderListener.java:95) [coreserver.jar:?]
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4745) [catalina.jar:8.5.23]
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5207) [catalina.jar:8.5.23]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:8.5.23]
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419) [catalina.jar:8.5.23]
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) [catalina.jar:8.5.23]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 19:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaq-p/12117775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-02-04T19:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: No bean named 'assistedServicePathRestrictionEvaluator' available. When we add property setting in custom storefront local.properties for the assistedservicestorefront-web-spring.xml</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117776#M416606</link>
      <description>&lt;P&gt;Hi  - it seems there is some confusion regarding &lt;CODE&gt;addoninstall&lt;/CODE&gt; command. First of all, let's talk about your statement:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt; Added this property in customstore
 front
 .additionalWebSpringConfigs.assistedservicestorefront=classpath:/assistedservicestorefront/web/spring/assistedservicestorefront-web-spring.xml&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please note that this property is not added in the &lt;CODE&gt;project.properties&lt;/CODE&gt; file of the storefront; rather, it is added in the &lt;CODE&gt;project.properties&lt;/CODE&gt; file of the addon.&lt;/P&gt;
&lt;P&gt;Second, you do not have to do it manually; the &lt;CODE&gt;addoninstall&lt;/CODE&gt; command does it for you. Please go through the following extract from &lt;A href="https://help.hybris.com/1811/hcd/8adf7365866910149ceb975f778d809d.html"&gt;https://help.hybris.com/1811/hcd/8adf7365866910149ceb975f778d809d.html&lt;/A&gt; carefully:&lt;/P&gt;
&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1716748-12266-screenshot-2019-02-04-184355.png" /&gt;&lt;/P&gt;
&lt;P&gt;So, all you need to do is to install the &lt;A href="https://help.hybris.com/1811/hcd/8ac0c75486691014b81def8ce73b39b7.html"&gt;assistedservicestorefront AddOn&lt;/A&gt; again if something went wrong in your previous attempt.&lt;/P&gt;
&lt;P&gt;Note that apart from generating the relevant project.properties file for the AddOn, the &lt;CODE&gt;addoninstall&lt;/CODE&gt; command also adds the AddOn to the extensioninfo.xml file of the storefront. &lt;/P&gt;
&lt;P&gt;Therefore, there are two places you need to check after executing the &lt;CODE&gt;addoninstall&lt;/CODE&gt; command:&lt;/P&gt;
 &lt;OL&gt;
  &lt;LI&gt;&lt;P&gt; The &lt;CODE&gt;project.properties&lt;/CODE&gt; of the addon
&lt;/P&gt;

  &lt;/LI&gt;
  &lt;LI&gt;&lt;P&gt; The &lt;CODE&gt;extensioninfo.xml&lt;/CODE&gt; of your storefront&lt;/P&gt;

  &lt;/LI&gt;

 &lt;/OL&gt;</description>
      <pubDate>Mon, 04 Feb 2019 19:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117776#M416606</guid>
      <dc:creator>arvind-kumar_avinash</dc:creator>
      <dc:date>2019-02-04T19:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: No bean named 'assistedServicePathRestrictionEvaluator' available. When we add property setting in custom storefront local.properties for the assistedservicestorefront-web-spring.xml</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117777#M416607</link>
      <description>&lt;P&gt;Hi  - any update on this?
&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 21:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117777#M416607</guid>
      <dc:creator>arvind-kumar_avinash</dc:creator>
      <dc:date>2019-02-14T21:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: No bean named 'assistedServicePathRestrictionEvaluator' available. When we add property setting in custom storefront local.properties for the assistedservicestorefront-web-spring.xml</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117778#M416608</link>
      <description>&lt;P&gt;Any updates on this?We also usually added the property in custom storefront project.properties file, since the addon is not versioned and it was enough before. Not every dev needed to install the addon per say. But apparently it does not work for this addon. 
&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 15:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117778#M416608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-29T15:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: No bean named 'assistedServicePathRestrictionEvaluator' available. When we add property setting in custom storefront local.properties for the assistedservicestorefront-web-spring.xml</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117779#M416609</link>
      <description>&lt;P&gt;Hi  - the recommended practice is to execute &lt;CODE&gt;addoninstall&lt;/CODE&gt; to install the addon. I hope you have gone through my answer. However, I haven't heard anything from  yet.
&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2019 10:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/no-bean-named-assistedservicepathrestrictionevaluator-available-when-we-add/qaa-p/12117779#M416609</guid>
      <dc:creator>arvind-kumar_avinash</dc:creator>
      <dc:date>2019-03-30T10:11:32Z</dc:date>
    </item>
  </channel>
</rss>

