Q6
Multiple choice
An integration developer has developed a module which depends on two libraries. LIB 1 and LIB 2. The libraries have business objects with a common namespace. The module references a business object A in LIB 1 and business object B in LIB 2.
The integration developer is facing an issue that if the LIB 1 is listed first in the dependency editor the application code within the module can find business object A but not business object B. Similarly if LIB 2 is listed first in the dependency editor, the program will find business object B but not business object A.
Which of the following solution options follow the best practices to resolve this namespace conflict?
Select all that apply.