Skip to Content
4
Former Member
Jul 22, 2014 at 01:43 PM

Interceptors is not triggered on Impex with legacy mode false in some cases

2371 Views

Hi, I created PrepareIntercepter for my own custom type and subtype which extends Product. In the former case, the interceptor is triggered when importing by impex. But in the latter case, not triggered. legacy mode setting is false. It seems that ModelService is called only on my own custom type. I tried same operation for Product and Category both of which are already existing type, then it wasn't called. I could see DEBUG log below.

DEBUG () ((00000FFM) ) [DefaultImportProcessor] line 3 at main script: ###Switching to legacy Import Processor ###

Is this hybris specification? Are there any solution for this issue?