In Payara 5, Jakarta EE 8, I try to inject all the qualified beans and then select a specific one using a qualifier as shown right below: The abstract class which extends the interface along with an implementer: And the qualifier The result is unsatisfied dependencies error. The same code works on JavaEE 7 application server. I could not find