on ‎2018 Mar 15 7:11 AM
I have created a yaddon and installed to my storefront. I am trying to redirect from the storefront controller to a controller in addon I have got the files and folders of the addon in my storefront no issues in copying files after ant clean all command But when code is trying to redirect to my addon controller I get 404 in my browser.
I have mentioned component-scan in webspring and added my addon controller package in both storefront and addon webspring and have proper values in project.properties. and Also have addonsupport in localextension and proper extensioninfo file as mentioned in the wiki/help site.
Could someone please help ?
Request clarification before answering.
make sure that you have added context component scan in addon-web-spring.xml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you added the below config to your project.properties of the occaddon
# Specifies the location of the spring context file added automatically to the global platform application context.
XXXXoccaddon.application-context=XXXXoccaddon-spring.xml
# Specifies the location of the spring context file which will be added to commerce web services web context
XXXXwebservices.additionalWebSpringConfigs.XXXXoccaddon=classpath\:/XXXXoccaddon/web/spring/XXXXoccaddon-web-spring.xml
XXXXwebservices.wro4jconfigscan.XXXXoccaddon=true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did anyone get solution for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi did you get any solution for this? I am facing the same issue, My addon controller not get called.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.