cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting attached build errors when trying to override europe1pricefactory in hybris 5.7?

Former Member
0 Kudos
195

I created attached class:[link text][1] In local.properties: default.pricefactory=mynacore

In extensioninfo class:[link text][2]

Please help on this urgently. [1]: /storage/temp/6584-coremanager-class.txt [2]: /storage/temp/6585-build-errors.txt

0 Kudos

i am getting the same error. Did you solve it?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Yugal,

As per log you are extending Europe1PriceFactory but in your MynacoreManager you have not added two method which should be implemented in your MynacoreManager class. So add two below function of Europe1PriceFactory . createProjectData() and createEssentialData()

Hope this will help you.