The simplest possible scenario - test alternative resource is selected for the entire application, no deselection, no
priority ordering during resolution.
WAR deployment with 2 libraries:
- WEB-INF/classes - alpha - does not declare any alternative
- lib 1 - bravo - declares
ResouceProducer alternative selected for the app with priority 1000
- lib 2 - charlie - does not declare any alternative
Expected results:
EntityManager with ProductionReady qualifier is available for injection in all bean archives