cancel
Showing results for 
Search instead for 
Did you mean: 

Hotfolder 2211.2 Configuration Issue

0 Kudos
206

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": [ { ......

Accepted Solutions (0)

Answers (0)