Skip to Content
0
Former Member
Feb 10, 2016 at 12:06 PM

unable to override CalculationService in hybris version 5.7.0.4

616 Views

Hi, I'm unable to override the DefaultCalculationService. I created the bean and added the alias as "calculationService",Still OOTB service getting called. I checked in older hybris version (5.5) where i'm able to override. I created bean like this

 <bean id="defaultXxxCalculationService" class="com.xxx.core.order.service.impl.XxxDefaultCalculationService"
         parent="defaultCalculationService"/>
 

Please help on this. Thanks in Advance.