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

How to Split Large Beans.xml file into chunks ?

Poorvi
Explorer
0 Kudos
439

Is there any way to split facades-beans.xml file into chunks, our facades-beans.xml file getting too large ?

Accepted Solutions (0)

Answers (1)

Answers (1)

adamreisberg
Active Participant
0 Kudos

Hi @Poorvi 

This is not possible inside your facades extension. An SAP Commerce Cloud extension can only support a single (one) *-beans.xml file (with the name of the extension).

In order to separate the "*-beans.xml", you can use one or more "yempty"-based extensions to create additional extensions, each with their own "*-beans.xml". This approach is not the appropriate use of the "yempty" template extension (as the "yempty" extension will only contain bean definitions and no application logic)