cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

The bug in ImpExSystemSetup while executing importCSVFromResources()

Former Member
0 Kudos
283

In our project we've created an impex file essentialdata_usergroups.impex. We'd been surpised when we started updatesystem and the impex has never been executed, however the logs showed us that the impex was processed successfully. After several hours of research and debugging I've found that the class ImpExSystemSetup has an issue. It tries to open InputStream for reading an impex and uses its relative path inside the extension. However in case when some other OOTB extension has its own impex with the same file name, it is processed instead of our file. In our case the impex with the same file name was found in commerceservices extension. breakpoint inside importCSVFromResources(): breakpoint inside importCSVFromResources() Incorrect full path of impex file: Incorrect full path of impex file

Accepted Solutions (0)

Answers (0)