| Interface | Description |
|---|---|
| Service |
| Class | Description |
|---|---|
| EnterpriseSelectedAlternative01Test |
The simplest possible scenario - test session bean alternative selected for the entire application, no priority ordering during resolution.
|
| EnterpriseSelectedAlternative02Test |
EAR deployment with 1 library and 1 war:
ear lib - contains
Service and a simple service implementation PojoService
war - contains EnterpriseService alternative with priority 1000, should be visible for the war only
Expected results:
EnterpriseService is available for injection in beans in war only
|
| EnterpriseSelectedAlternative03Test |
EAR deployment with 2 libraries and 1 war:
ear 1.lib - contains
Foo TestBean alternative with priority 1000
war - contains Bar TestBean alternative with priority 2000, BarProducer Bar alternative producer method and Bar alternative producer
field with priority 1100 with 2 different annotations . |
| EnterpriseService | |
| PojoService |
Copyright © 2008–2016 CDI TCK. All rights reserved.