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

extension precedence

0 Kudos
1,024

Hello experts,

We need to implement two new independent extensions, extension C and extension D, that each extend and overwrite a bean of the core platform. What are the ways we can make sure the bean from extension D takes precedence over the one from extension C? Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

romitchhabra
Participant

Hi Nika,

You will have to make sure that extension D is loaded after extension C. And to do that, you need to mention extension D after extension C in localextensions.xml and also there should be no extension mentioned before extension C which requires extension D.

Answers (0)