on 2023 Jul 18 10:44 PM
I'm having an issue getting hotfolders to work in 2211.2, when the file is received there is an error on the Execution step:
Please define in the spring configuration a <lookup-method> for getHeaderTaskConfig().
The configuration for this lookup-method is already in place so that doesn't seem to be the issue. This only happens in the cloud deployment and not on local set up so I'm thinking it is something in the manifest.json file:
{ "commerceSuiteVersion": "2211.2", "enableImageProcessingService": false, "extensions": [ "azurecloudhotfolder" ], "useConfig": { "properties": [ { "location": "config/local.properties" }, { "location": "config/development/customer.properties", "persona": "development" }, { "location": "config/stage/customer.properties", "persona": "staging" }, { "location": "config/prod/customer.properties", "persona": "production" }, { "location": "config/development/customer.admin.properties", "persona": "development", "aspect": "admin" } ], "extensions": { "location": "config/localextensions.xml", "exclude": [ "solrserver" ] } }, "properties": [ { ......
Request clarification before answering.
User | Count |
---|---|
12 | |
2 | |
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.