cancel
Showing results for 
Search instead for 
Did you mean: 

ASM Addon Beans Not Loaded

Former Member
0 Kudos
600

Hi Experts,

I tried to install assistedservicestorefront addon into my b2bstorefront in Hybris 6.5. The steps are:

(1) Adding all required extensions in localextensions.xml

            <extension name="addonsupport"/>
            <extension name="acceleratorservices" />
            <extension name="assistedservicefacades" /> 
            <extension name="assistedservicestorefront" />

(2) Run below command $ ant addoninstall -Daddonnames="assistedservicestorefront" -DaddonStorefront.yb2bacceleratorstorefront="myb2bstorefront"

(3) Run $ ant clean all

(4) Restart server

(5) update assistedservicestorefront via HAC

After that, I can access the ASM by appending "?asm=true" to any storefront url. All buttons (Sign In, Customers, Sign Out, Reset, etc.) are working fine except the "360 Customer View" button. When clicking on it, a pop-out window will be displayed with errors like below. The same error will be displayed in all other tab (OVERVIEW, PROFILE, ACTIVITY, etc.).

I tried to debug the code and found out that the beans inside assistedservicestorefront-web-spring.xml are not even loaded into web application context beans. For example, the value of beans highlighted in screenshot below is not merged into customer360JspProvidersMap beans in web application context.

Also checked in assistedservicestorefront\project.properties, the path for additionalWebSpringConfigs is there:

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

Am I missing some beans/addon configuration that caused the beans in assistedservicestorefront-web-spring.xml not loaded properly ?

Thanks in advance.

View Entire Topic
0 Kudos

do you the issue resolved

Former Member
0 Kudos

Still no luck with this issue and I've abandoned this task for quite some time. If you manage to find the solution, please do share here. Thanks.

0 Kudos

I have the same issue and have not yet found a resolution

I had a similar issue with the Smartedit addon, where it was loading the addon spring file, but it seems that the ListMergeDirective / MapMergeDirective was not adding the item to the List / Map that's declared in another spring config.

former_member645495
Discoverer
0 Kudos

Hi Andrew,

Were you able to fix this issue. I am facing similar issue.