on 2024 Aug 30 8:24 AM
I am trying to customize the HEADER_TRANSFORMED step of hotfolder processing. I want to use my own class instead of using the OOTB ImpexTransformerTask:
<aop:around method="aroundTransform"
pointcut="execution(* de.hybris.platform.acceleratorservices.dataimport.batch.task.ImpexTransformerTask.execute(..)) and args(header)"/>
I created my own aop.xml (with the pointcut now using my custom method) which I imported as resource in the xxx-spring.xml. However, it is still the OOTB ImpexTransformerTask that ends up being called. Am I missing some step?
Thank you!
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.